mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
16 lines
164 B
HTML
16 lines
164 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body dir="rtl">
|
|
<p>1
|
|
<p>2
|
|
<p>3
|
|
<style>
|
|
body {
|
|
display: -moz-box;
|
|
-moz-box-orient: vertical;
|
|
text-align: left;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html>
|