mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
15 lines
145 B
HTML
15 lines
145 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body dir="ltr">
|
|
<p>1
|
|
<p>2
|
|
<p>3
|
|
<style>
|
|
body {
|
|
display: -moz-box;
|
|
-moz-box-orient: vertical;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html>
|