gecko/layout/reftests/bugs/750551-1.html
2012-05-08 22:36:53 +03:00

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>