diff options
Diffstat (limited to 'layout/reftests/bidi/676245-1-ref.html')
-rw-r--r-- | layout/reftests/bidi/676245-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bidi/676245-1-ref.html b/layout/reftests/bidi/676245-1-ref.html new file mode 100644 index 0000000000..4908bb6de3 --- /dev/null +++ b/layout/reftests/bidi/676245-1-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>block-as-inline</title> + <style> + .inline-block {display: inline-block;} + </style> + </head> + <body> + <div> + I like: + <div class="inline-block">A</div> + <div class="inline-block" dir="rtl">א</div> + <div class="inline-block" dir="rtl">ב</div> + (3 things total). + </div> + </body> +</html> |