Mypal/layout/base/crashtests/665837.html

14 lines
309 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html style="direction: rtl; -moz-column-width: 0pt; white-space: pre-line;"><head><script>
function boom()
{
document.documentElement.offsetHeight;
document.documentElement.style.fontSize = "200%";
document.documentElement.offsetHeight;
}
</script></head><body onload="boom();">
A B
C</body></html>