diff options
Diffstat (limited to 'layout/reftests/bidi/unicode-bidi-plaintext-ref.html')
-rw-r--r-- | layout/reftests/bidi/unicode-bidi-plaintext-ref.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/reftests/bidi/unicode-bidi-plaintext-ref.html b/layout/reftests/bidi/unicode-bidi-plaintext-ref.html new file mode 100644 index 0000000000..8ded86a57f --- /dev/null +++ b/layout/reftests/bidi/unicode-bidi-plaintext-ref.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<body> +<div> +!hello.<br> +<span dir=rtl> +!שלום. +</span><br> +<span dir=ltr> +hello, לוי! +</span><br> +<span dir=rtl> +שלום, WebKit!</span><br> +<pre> +a +( +!WebKit ,שלום +hello, לוי! +) +</pre> +</div> +</body> +</html> |