comparison: layout/generic/crashtests/452157-2.html
layout/generic/crashtests/452157-2.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <style> |
|
4 div.a { |
|
5 -moz-column-count: 2; |
|
6 float: left; |
|
7 background: lightblue; |
|
8 } |
|
9 div.b {} |
|
10 div.c { |
|
11 float: left; |
|
12 height: 23px; |
|
13 width: 10px; |
|
14 background: orange; |
|
15 } |
|
16 div.d { |
|
17 float: left; |
|
18 height: 22px; |
|
19 width: 10px; |
|
20 background: green; |
|
21 } |
|
22 div.e { |
|
23 clear: left; |
|
24 } |
|
25 </style> |
|
26 </head> |
|
27 <body |
|
28 ><div class="a" |
|
29 ><div class="b" |
|
30 ><div class="c" |
|
31 ></div |
|
32 ><div class="d" |
|
33 ></div |
|
34 ><div class="e" |
|
35 ></div |
|
36 > <!-- whitespace --></div |
|
37 ></div |
|
38 ></body> |
|
39 </html> |