tenfourfox/layout/reftests/bugs/391412-1a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
383 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>