summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/847242-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/847242-1.html')
-rw-r--r--layout/reftests/bidi/847242-1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bidi/847242-1.html b/layout/reftests/bidi/847242-1.html
new file mode 100644
index 0000000000..7672216f74
--- /dev/null
+++ b/layout/reftests/bidi/847242-1.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <style>
+ div {
+ unicode-bidi: bidi-override;
+ direction: rtl;
+ text-align: left;
+ font-family: monospace;
+ font-size: 24px;
+ }
+ </style>
+ </head>
+ <body>
+ <div>&#x2029;SSAP</div>
+ </body>
+</html>