mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
15 lines
183 B
HTML
15 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body onload="document.getElementById('div').style.direction = 'rtl';">
|
|
<div id="div">
|
|
<pre>
|
|
|
|
English
|
|
|
|
</pre>
|
|
</div>
|
|
</body>
|
|
</html>
|