layout/base/crashtests/411870-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b0bf10358f03
1 <html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;">
2 <head>
3 <script>
4
5 function boom()
6 {
7 document.body.appendChild(document.getElementById("v").firstChild);
8 }
9
10 </script>
11 </head>
12
13 <body onload="boom();" style="white-space: pre; -moz-column-count: -1;"><div id="v"><span>
14 </span>
15
16 </div></body>
17
18 </html>

mercurial