summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/746987-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/746987-1.html')
-rw-r--r--layout/reftests/bidi/746987-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bidi/746987-1.html b/layout/reftests/bidi/746987-1.html
new file mode 100644
index 0000000000..b576bd8bf8
--- /dev/null
+++ b/layout/reftests/bidi/746987-1.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <style>
+ .plaintext {
+ unicode-bidi: plaintext;
+ }
+ </style>
+ <title>unicode-bidi:plaintext on inline</title>
+ </head>
+ <body>
+ <div>[<span class="plaintext">:-) &#x05d0;</span>]: 100</div>
+ </body>
+</html>