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