diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bidi/492231-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bidi/492231-1.html b/layout/reftests/bidi/492231-1.html new file mode 100644 index 0000000000..04ac87374f --- /dev/null +++ b/layout/reftests/bidi/492231-1.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<head><meta charset="iso-8859-8"></head> +<body onload="document.body.style.direction = 'rtl';"> +<span>+ש</span> +</body> +</html> |