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

Side by Side Diff: LayoutTests/fast/text/international/unicode-bidi-plaintext-line-wrap-expected.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
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 .ref {
12 border: medium solid gray;
13 padding: 10px;
14 width: 400px;
15 margin: 20px;
16 }
17 </style>
18 </head>
19 <body>
20 <div class="ref">
21 <span dir="rtl">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> = => ==> ==> ==> ==> ==></span>
22 </div>
23 <div class="ref">
24 <span dir="rtl">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> = => ==> ==> ==> ==> ==></span>
25 </div>
26 <div class="ref">
27 <span dir="rtl">==> ==> ==> ==> ==> ==> ==> ==> ==> &#x05D1; ==> ==> ==> = => ==> ==> ==> ==> ==></span>
28 </div>
29 <div class="ref">
30 <span dir="ltr">==> ==> ==> ==> ==> ==> ==> ==> ==> A ==> ==> ==> ==> ==> ==> ==> ==> ==></span>
31 </div>
32 </body>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698