comparison: layout/generic/crashtests/445288.html
layout/generic/crashtests/445288.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <script type="text/javascript"> |
|
4 |
|
5 function boom() |
|
6 { |
|
7 var s = document.createElement("span"); |
|
8 document.getElementById("k").appendChild(s); |
|
9 } |
|
10 |
|
11 </script> |
|
12 </head> |
|
13 |
|
14 <body onload="boom();" style="margin: 381500067712% 0pt;">a<div><div style="font-size: 4611686018427388000in;"><hr></div><div style="float: left;">b</div>c</div><div style="height: 197678in;"></div><div id="k" style="float: left;"></div></body> |
|
15 </html> |