layout/generic/crashtests/660416.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:4a79b82c2f50
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5
6 function boom()
7 {
8 document.documentElement.offsetHeight;
9 var n = document.getElementById("a").firstChild;
10 n.data = "";
11 n.data = "z";
12 }
13
14 </script>
15 </head>
16 <body onload="boom();" style="-moz-column-count: 3;"><span id="a">x&#x202E;</span><span>y</span></body>
17 </html>

mercurial