blob: df58b28026ad4d26b2f1576ba7c42b5175b24944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
|