comparison: layout/base/crashtests/537624-1.html
layout/base/crashtests/537624-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <head> |
|
4 <script type="text/javascript"> |
|
5 |
|
6 function boom() |
|
7 { |
|
8 var a = document.getElementById("a"); |
|
9 var b = document.getElementById("b"); |
|
10 a.insertBefore(b, a.firstChild); |
|
11 } |
|
12 |
|
13 </script> |
|
14 </head> |
|
15 |
|
16 <body onload="boom();"><span id="a"><div></div></span><span id="b"><span style="display: none;"></span><span style="display: none;"></span></span></body> |
|
17 |
|
18 </html> |