Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / unicode-bidi-plaintext.html
blob702a7bc221d664f7220333478b989c8173110aa7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 </head>
6 <body>
7 <div>This tests proper handling of unicode-bidi: plaintext. You should not see any red.</div>
9 <div style="unicode-bidi: -webkit-plaintext; unicode-bidi: -moz-plaintext; unicode-bidi: plaintext;">
10 !hello.
11 <br>
12 !שלום.
13 <br>
14 hello, לוי!
15 <br>
16 שלום, WebKit!
17 </div>
18 <pre dir="auto">
21 שלום, WebKit!
22 hello, לוי!
24 </pre>
25 </div>
27 </body>
28 </html>