summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/507487-2-ref.xhtml
blob: 6ccb5048d754a9f74cf834729e63e8d8c32f4785 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=507487
-->
<body>
<div style="display:block; width:100px; height:100px; background: blue;"></div>
<div style="display:block; width:100px; height:100px; background: green;"></div>
<div style="display:block; width:100px; height:100px; background: blue;"></div>
<div style="display:block; width:100px; height:100px; background: green;"></div>
</body>
</html>