393906-1.html (206B)
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>