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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html

Issue 1463473002: Make unicode-bidi:isolate the default for elements with dir attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leviw review Created 5 years 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Bidi properties ignored for inline container whose first child is an inli ne container</title> 3 <title>Bidi properties ignored for inline container whose first child is an inli ne container</title>
4 <style type="text/css"> 4 <style type="text/css">
5 .rlo { direction: rtl; unicode-bidi: bidi-override; } 5 .rlo { direction: rtl; unicode-bidi: bidi-override; }
6 [dir] { unicode-bidi: embed; }
6 </style> 7 </style>
7 </head> 8 </head>
8 <body> 9 <body>
9 <p> 10 <p>
10 This is a test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=5980 Bidi p roperties of an inline container whose first child is an inline container are ig nored</i>. 11 This is a test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=5980 Bidi p roperties of an inline container whose first child is an inline container are ig nored</i>.
11 </p> 12 </p>
12 <hr> 13 <hr>
13 <p> 14 <p>
14 The following lines should read &ldquo;ABCDEFGHI&rdquo;: 15 The following lines should read &ldquo;ABCDEFGHI&rdquo;:
15 </p> 16 </p>
(...skipping 26 matching lines...) Expand all
42 &#x05d3;&#x05d4;&#x05d5;([<span dir="ltr"></span>&#x05d0;&#x05d1;&#x05d2; 43 &#x05d3;&#x05d4;&#x05d5;([<span dir="ltr"></span>&#x05d0;&#x05d1;&#x05d2;
43 </p> 44 </p>
44 <p> 45 <p>
45 &#x05d3;&#x05d4;&#x05d5;([<span dir="ltr"><span></span></span>&#x05d0;&#x05d1;&# x05d2; 46 &#x05d3;&#x05d4;&#x05d5;([<span dir="ltr"><span></span></span>&#x05d0;&#x05d1;&# x05d2;
46 </p> 47 </p>
47 <p> 48 <p>
48 &#x05d3;&#x05d4;&#x05d5;([<span><span dir="ltr"></span></span>&#x05d0;&#x05d1;&# x05d2; 49 &#x05d3;&#x05d4;&#x05d5;([<span><span dir="ltr"></span></span>&#x05d0;&#x05d1;&# x05d2;
49 </p> 50 </p>
50 </body> 51 </body>
51 </html> 52 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698