summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mirroring-02-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/mirroring-02-ref.html')
-rw-r--r--layout/reftests/bidi/mirroring-02-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bidi/mirroring-02-ref.html b/layout/reftests/bidi/mirroring-02-ref.html
new file mode 100644
index 0000000000..ae4bef0947
--- /dev/null
+++ b/layout/reftests/bidi/mirroring-02-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+</head>
+<body>
+ <!-- some chars that should NOT mirror... -->
+ <p>c&#x2019;b&#x2018;a</p>
+ <p>c&#x201d;b&#x201c;a</p>
+</body>
+</html>