comparison: layout/generic/crashtests/606642.xhtml
layout/generic/crashtests/606642.xhtml
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
2 <head> |
|
3 <script> |
|
4 |
|
5 function boom() |
|
6 { |
|
7 document.documentElement.offsetHeight; |
|
8 var r = document.getElementById("r"); |
|
9 r.parentNode.removeChild(r); |
|
10 } |
|
11 |
|
12 </script> |
|
13 </head> |
|
14 |
|
15 <body onload="boom();"><div style="-moz-column-count: 3; height: 2in;"><div style="position: relative;"><div id="r" style="position: absolute;"><div style="height: 0in;"><div style="height: 5in;"></div><div style="position: absolute; height: 5in;"></div></div></div></div></div></body> |
|
16 </html> |