blob: c52edbd6c22c235cc36a0775981fe1fae23b44bc [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<p>The blue box should be stacked on top the black box.</p>
<!-- https://bugs.webkit.org/show_bug.cgi?id=103116 -->
<div style="height: 20px; width:20px; float:left; background: blue;"></div>
<div style="margin-top:5px; margin-bottom: 20px; clear:both;">
<div style="height: 20px; width:20px; float:left; background: black;"></div>
</div>
</body>