layout/generic/crashtests/393906-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:98c89dbb6ff6
1 <html>
2 <head>
3 <script>
4 function boom()
5 {
6 document.getElementById("div").setAttribute("dir", "rtl");
7 }
8 </script>
9 <body onload="boom()">
10 <div id="div" style="width: 0;"> Foo a bar baz</div>
11 </body>
12 </html>

mercurial