diff options
Diffstat (limited to 'layout/reftests/bidi/409375.html')
-rw-r--r-- | layout/reftests/bidi/409375.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bidi/409375.html b/layout/reftests/bidi/409375.html new file mode 100644 index 000000000..ca8e99871 --- /dev/null +++ b/layout/reftests/bidi/409375.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + </head> + <body onload="document.getElementById('div').style.direction = 'rtl';"> + <div id="div"> + <pre> + +English + + </pre> + </div> + </body> +</html> |