Mypal/layout/reftests/bugs/391412-1a.html

12 lines
383 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<html><head>
<title>Testcase bug 391412 Regression in float layout causing "clear:" to be ignored</title>
</head>
<body>
<div style="width: 400px; height: 400px; background-color: red;">
<div style="float:left; width: 100%; background-color: lime;">
<div style="float: left; width: 100%; margin-right: -100%; height: 400px;"></div>
</div>
</div>
</body>
</html>