Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / unicode-bidi-plaintext-inline-around-inline-plaintext-expected.html
blobd2f6b12c041a35131823eceb33856b970d2ce8c0
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 .ref {
11 border: medium solid gray;
12 padding: 10px;
13 margin: 20px;
15 .plaintext {
16 unicode-bidi: -webkit-plaintext;
18 </style>
19 </head>
20 <body>
21 <div class="ref">
22 &#x05D0;->&rlm; == == ==>&lrm;
23 <span dir="rtl">&#x05D1;-> == == ==></span>
24 </div>
25 </body>
26 </html>