diff options
Diffstat (limited to 'layout/reftests/bidi/dirAuto/859093-1.html')
-rw-r--r-- | layout/reftests/bidi/dirAuto/859093-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bidi/dirAuto/859093-1.html b/layout/reftests/bidi/dirAuto/859093-1.html new file mode 100644 index 0000000000..b692a43f91 --- /dev/null +++ b/layout/reftests/bidi/dirAuto/859093-1.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html dir="rtl" lang="he"> + <head> + <meta charset="utf-8" /> + </head> + <body> + <ul> + <li><span lang="en">correct rendering, parentheses at the end of the line: (<span dir="auto">משהו בעברית: Something in English</span>)</span></li> + </ul> + </body> +</html> |