mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
13 lines
251 B
HTML
13 lines
251 B
HTML
<html style="direction: rtl;">
|
|
<body onload="document.getElementById('i').style.fontSize = '10em';">
|
|
|
|
<div style="-moz-column-width: 60px;">
|
|
a
|
|
<div style="overflow: -moz-hidden-unscrollable; white-space: pre;" id="i">
|
|
b
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|