diff options
Diffstat (limited to 'layout/reftests/bidi/729047-1.html')
-rw-r--r-- | layout/reftests/bidi/729047-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bidi/729047-1.html b/layout/reftests/bidi/729047-1.html new file mode 100644 index 0000000000..0168476067 --- /dev/null +++ b/layout/reftests/bidi/729047-1.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,<wbr>456</div> + </body> +</html> |