summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/83958-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/83958-1-ref.html')
-rw-r--r--layout/reftests/bidi/83958-1-ref.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/bidi/83958-1-ref.html b/layout/reftests/bidi/83958-1-ref.html
new file mode 100644
index 0000000000..146b7cd321
--- /dev/null
+++ b/layout/reftests/bidi/83958-1-ref.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>Bidirectional Text Test 2</title>
+ <style>
+ body { font-size: 300%; }
+ p { font-family: monospace; margin: 0; }
+ </style>
+ </head>
+ <body>
+ <p>The following lines should all read "ABCDEFGHI":</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ <p>ABCDEFGHI</p>
+ </body>
+</html>