Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / unicode-bidi-plaintext-line-wrap.html
blob6410e95e5044c58c4bc43843a471675eb959d80a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8"/>
5 <link rel="help" href="http://dev.w3.org/csswg/css3-writing-modes/#unicode-bidi0" />
6 <style>
7 body {
8 font-size:2em;
9 text-align:left;
11 .test {
12 border: medium solid gray;
13 padding: 10px;
14 width: 400px;
15 margin: 20px;
17 .plaintext {
18 unicode-bidi: -webkit-plaintext;
20 </style>
21 <title>line wraps in unicode-bidi:plaintext do not cause reestimation</title>
22 </head>
23 <body>
24 <div class="test">
25 <span class="plaintext">==> ==> ==> ==> ==> ==> ==> ==> ==> <span>&#x05D1;</span> ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
26 </div>
27 <div class="test">
28 <div class="plaintext">==> ==> ==> ==> ==> ==> ==> ==> ==> <span>&#x05D1;</span> ==> ==> ==> ==> ==> ==> ==> ==> ==></div>
29 </div>
30 <div class="test">
31 <span class="plaintext">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
32 </div>
33 <div class="test">
34 <span class="plaintext">==> ==> ==> ==> ==> ==> ==> ==> ==> <span>A</span> ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
35 </div>
36 </body>
37 </html>