layout/generic/crashtests/394820-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0322e27d87eb
1 <html>
2 <head>
3 <script>
4
5 function boom()
6 {
7 var d = document.getElementById("d");
8 d.style.direction = "rtl";
9 }
10
11 </script>
12 </head>
13 <body onload="boom();">
14 <div id=d style="white-space: pre;">
15 e
16
17 </div>
18 </body>
19 </html>

mercurial