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

Side by Side Diff: LayoutTests/fast/text/international/unicode-bidi-plaintext-around-inline-isolate.html

Issue 23264018: unicode-bidi: plaintext is treating embedded unicode-bidi: isolate incorrectly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 4 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-around-inline-isolate-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 <style>
6 body {
7 font-size:2em;
8 text-align:left;
9 }
10 .test {
11 border: medium solid gray;
12 padding: 10px;
13 width: 400px;
14 margin: 20px;
15 }
16 .plaintext {
17 unicode-bidi: -webkit-plaintext;
18 }
19 .isolate {
20 unicode-bidi: -webkit-isolate;
21 }
22 </style>
23 </head>
24 <body>
25 <div class="test">
26 <div class="plaintext"><span class="isolate">&#x05D0;-></span> == == ==></ div>
27 <div class="plaintext"><span>&#x05D1;-></span> == == ==></div>
28 </div>
29 </body>
30 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-plaintext-around-inline-isolate-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698