diff options
Diffstat (limited to 'layout/reftests/bidi/536963-1-ref.html')
-rw-r--r-- | layout/reftests/bidi/536963-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bidi/536963-1-ref.html b/layout/reftests/bidi/536963-1-ref.html new file mode 100644 index 000000000..40f7314a7 --- /dev/null +++ b/layout/reftests/bidi/536963-1-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Dynamic bidi bug</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <style type="text/css"> + p { width: 3ch;} + </style> + </head> + <body> + <p dir="rtl">0 123 4</p> + </body> +</html> |