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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate.html

Issue 1463893002: Ignore unicode-bidi: isolate for visual order elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed to treatAsIsolated() 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
(Empty)
1 <!DOCTYPE html>
2 <meta charset="ISO-8859-8">
3 <style>
4 li {
5 font-size: 50px;
6 margin-left:1em;
7 }
8 .isolate {
9 unicode-bidi: -moz-isolate;
10 unicode-bidi: -ms-isolate;
11 unicode-bidi: -webkit-isolate;
12 unicode-bidi: isolate;
13 }
14 </style>
15 <p>All lines must start with "â" and end with "ë".
16 <ol>
17 <li>â÷ë
18 <li><span dir=ltr>â÷ë
19 <li><span dir=rtl>â÷ë
20 <li><span class=isolate>â÷ë
21 <li><span class=isolate dir=ltr>â÷ë
22 <li><span class=isolate dir=rtl>â÷ë
23 </ol>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698