Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / unicode-bidi-plaintext-around-inline-plaintext.html
blob368550f4725b5f79c252ae3ae9ccfd6b22e660b5
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 width: 400px;
14 margin: 20px;
16 .plaintext {
17 unicode-bidi: -webkit-plaintext;
19 </style>
20 </head>
21 <body>
22 <div class="test">
23 <div class="plaintext"><span class="plaintext">&#x05D0;-></span> == == ==></div>
24 <div class="plaintext"><span>&#x05D1;-></span> == == ==></div>
25 </div>
26 </body>
27 </html>