layout/base/crashtests/665837.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:165145139ea9
1 <html style="direction: rtl; -moz-column-width: 0pt; white-space: pre-line;"><head><script>
2
3 function boom()
4 {
5 document.documentElement.offsetHeight;
6 document.documentElement.style.fontSize = "200%";
7 document.documentElement.offsetHeight;
8 }
9
10 </script></head><body onload="boom();">
11
12 A B
13 C</body></html>

mercurial