mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
15 lines
327 B
HTML
15 lines
327 B
HTML
<!DOCTYPE html>
|
|
<html style="direction: rtl; -moz-column-width: 1px;"><head><script>
|
|
|
|
function boom()
|
|
{
|
|
document.documentElement.offsetHeight;
|
|
document.body.style.unicodeBidi = "bidi-override";
|
|
document.documentElement.offsetHeight;
|
|
}
|
|
|
|
</script></head><body style="white-space: pre;" onload="boom();">
|
|
H
|
|
|
|
|
|
</body></html>
|