blob: 666da2558a2751190b34f5e488d04ca449a8d3ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html style="direction: rtl; 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>
|