mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
16 lines
327 B
HTML
16 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>
|