layout/reftests/bidi/unicode-bidi-plaintext-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/unicode-bidi-plaintext-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     1.8 +</head>
     1.9 +<body>
    1.10 +<div>
    1.11 +!hello.<br>
    1.12 +<span dir=rtl>
    1.13 +!שלום.
    1.14 +</span><br>
    1.15 +<span dir=ltr>
    1.16 +hello, לוי!
    1.17 +</span><br>
    1.18 +<span dir=rtl>
    1.19 +שלום, WebKit!</span><br>
    1.20 +<pre>
    1.21 +a
    1.22 +(
    1.23 +!WebKit ,שלום
    1.24 +hello, לוי!
    1.25 +)
    1.26 +</pre>
    1.27 +</div>
    1.28 +</body>
    1.29 +</html>

mercurial