diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bidi/729047-1-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bidi/729047-1-ref.html b/layout/reftests/bidi/729047-1-ref.html new file mode 100644 index 0000000000..e84a1fe966 --- /dev/null +++ b/layout/reftests/bidi/729047-1-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Bug 729047</title> + <style>body { line-height: 1.2em; }</style> + </head> + <body> + <div dir=rtl>123,​456</div> + </body> +</html> |