Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap.html

Issue 24998005: unicode-bidi: plaintext does not work properly when a line wraps (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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-b idi0" />
6 <style>
7 body {
8 font-size:2em;
9 text-align:left;
10 }
11 .test {
12 border: medium solid gray;
13 padding: 10px;
14 width: 400px;
15 margin: 20px;
16 }
17 .plaintext {
18 unicode-bidi: -webkit-plaintext;
19 }
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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698