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 style="direction: rtl; -moz-column-width: 0pt; white-space: pre-line;"><head><script>
3 function boom()
4 {
5 document.documentElement.offsetHeight;
6 document.documentElement.style.fontSize = "200%";
7 document.documentElement.offsetHeight;
8 }
10 </script></head><body onload="boom();">
12 A B
13 C</body></html>