Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html>
2 <head>
3 <script type="text/javascript">
5 function boom()
6 {
7 document.body.style.whiteSpace = "";
8 document.getElementById("b").style.direction = "";
9 }
11 </script>
13 <style type="text/css">
15 #c:first-letter { font-size-adjust: 8388609; }
17 </style>
18 </head>
20 <body onload="boom();" style="white-space: pre;"><div id="b" style="direction: rtl;"><div id="c">Qqq Rrr Sss.</div></div></body>
21 </html>