summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/409375.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/409375.html')
-rw-r--r--layout/reftests/bidi/409375.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bidi/409375.html b/layout/reftests/bidi/409375.html
new file mode 100644
index 0000000000..ca8e998714
--- /dev/null
+++ b/layout/reftests/bidi/409375.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ </head>
+ <body onload="document.getElementById('div').style.direction = 'rtl';">
+ <div id="div">
+ <pre>
+
+English
+
+ </pre>
+ </div>
+ </body>
+</html>