summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mixedChartype-01-j.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/mixedChartype-01-j.html')
-rw-r--r--layout/reftests/bidi/mixedChartype-01-j.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/mixedChartype-01-j.html b/layout/reftests/bidi/mixedChartype-01-j.html
new file mode 100644
index 0000000000..f350d1f437
--- /dev/null
+++ b/layout/reftests/bidi/mixedChartype-01-j.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<!-- Mixed chartype reftest 01: Hebrew - English -->
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <style type="text/css">
+body {
+ font-family: monospace;
+ font-size: 24px;
+}
+ </style>
+ </head>
+ <body>
+ <p><span style="direction: rtl; unicode-bidi: bidi-override">&#x5E9;&#x5DC;&#x5D5;&#x5DD; dlroW</span></p>
+ </body>
+</html>