summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mixedChartype-03-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/mixedChartype-03-ref.html')
-rw-r--r--layout/reftests/bidi/mixedChartype-03-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/mixedChartype-03-ref.html b/layout/reftests/bidi/mixedChartype-03-ref.html
new file mode 100644
index 0000000000..16231b753a
--- /dev/null
+++ b/layout/reftests/bidi/mixedChartype-03-ref.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<!-- Mixed chartype reftest 03: Arabic - 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>World &#x633;&#x644;&#x645;&#x627;&#x62A;</span></p>
+ </body>
+</html>