mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 18:33:07 +09:00
13 lines
309 B
HTML
13 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>
|