mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
14 lines
309 B
HTML
14 lines
309 B
HTML
<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>
|