summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mirroring-01.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/mirroring-01.html')
-rw-r--r--layout/reftests/bidi/mirroring-01.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/bidi/mirroring-01.html b/layout/reftests/bidi/mirroring-01.html
new file mode 100644
index 0000000000..0ed363ddff
--- /dev/null
+++ b/layout/reftests/bidi/mirroring-01.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <style type="text/css">
+ p {
+ unicode-bidi:bidi-override;
+ direction:rtl;
+ text-align:left;
+ }
+ </style>
+</head>
+<body>
+ <!-- some paired chars that should mirror in RTL text -->
+ <p>a(b)c</p>
+ <p>a[b]c</p>
+ <p>a{b}c</p>
+ <p>a&lt;b&gt;c</p>
+</body>
+</html>