diff options
Diffstat (limited to 'layout/reftests/writing-mode/1302734-bidi-plaintext-1b.html')
-rw-r--r-- | layout/reftests/writing-mode/1302734-bidi-plaintext-1b.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1302734-bidi-plaintext-1b.html b/layout/reftests/writing-mode/1302734-bidi-plaintext-1b.html new file mode 100644 index 0000000000..cd1dc7b005 --- /dev/null +++ b/layout/reftests/writing-mode/1302734-bidi-plaintext-1b.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 LTR, ignoring the direction property --> +<div style="direction:rtl; unicode-bidi:plaintext;">x</div> |