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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.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, 1 month 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 </style>
9 <p>All lines must start with "â" and end with "ë".
10 <ol>
11 <li>â÷ë
12 <li>â÷ë
13 <li>â÷ë
14 <li>â÷ë
15 <li>â÷ë
16 <li>â÷ë
17 </ol>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698