diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/writing-mode/1302734-bidi-plaintext-2c.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1302734-bidi-plaintext-2c.html b/layout/reftests/writing-mode/1302734-bidi-plaintext-2c.html new file mode 100644 index 0000000000..6780133610 --- /dev/null +++ b/layout/reftests/writing-mode/1302734-bidi-plaintext-2c.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 dir attribute --> +<div dir="ltr" style="unicode-bidi:plaintext;">‏x</div> |