summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html')
-rw-r--r--layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html b/layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html
new file mode 100644
index 0000000000..989415e3ee
--- /dev/null
+++ b/layout/reftests/writing-mode/1302734-bidi-plaintext-2d.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+div {
+ width: 50px;
+ height: 100px;
+ border: 1px solid gray;
+ display: inline-block;
+ writing-mode: vertical-rl;
+}
+</style>
+<!-- unicode-bidi:plaintext should resolve to RTL, ignoring the direction property -->
+<div style="direction:ltr; unicode-bidi:plaintext;">&rlm;x</div>