summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/817406-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/817406-3.html')
-rw-r--r--layout/reftests/bidi/817406-3.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bidi/817406-3.html b/layout/reftests/bidi/817406-3.html
new file mode 100644
index 0000000000..90313bde4a
--- /dev/null
+++ b/layout/reftests/bidi/817406-3.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html style="width: 50%;">
+<body onload="document.documentElement.dir = 'rtl'">
+<div style="background: green; height: 10em;"></div>
+</body>
+</html>