comparison: layout/generic/crashtests/429981-1.html
layout/generic/crashtests/429981-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style type="text/css"> |
|
5 |
|
6 body { |
|
7 height: 100px; |
|
8 width: 300pt; |
|
9 -moz-column-width: 100pt; |
|
10 -moz-column-gap: 0; |
|
11 } |
|
12 |
|
13 #x { |
|
14 padding: 100px; |
|
15 } |
|
16 |
|
17 #overflow { |
|
18 height: 400px; |
|
19 float: left; |
|
20 } |
|
21 |
|
22 </style> |
|
23 </head> |
|
24 |
|
25 <body><div id="x"><div id="overflow"></div>K</div></body> |
|
26 |
|
27 </html> |