Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / unicode-bidi-plaintext-nested-isolate-neutral.html
blobf479607793f4ed557cec78165fb45a9e5c71d782
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8"/>
5 <style>
6 body {
7 font-size:2em;
8 text-align:left;
10 .test {
11 border: medium solid gray;
12 padding: 10px;
13 margin: 20px;
15 .plaintext {
16 unicode-bidi: -webkit-plaintext;
18 .isolate {
19 unicode-bidi: -webkit-isolate;
21 </style>
22 </head>
23 <body>
24 <div class="test">
25 <div class="plaintext">
26 <span class="isolate">&#x05D0;-></span>
27 == == ==>
28 <span class="isolate">&#x05D0; == ===</span>
29 <span>Text</span>
30 <span>&#x05D0;</span>
31 </div>
32 </body>
33 </html>