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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html b/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..20658e9fdde7f140daf56bd09888419b529631b2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<meta charset="ISO-8859-8">
+<style>
+li {
+ font-size: 50px;
+ margin-left:1em;
+}
+</style>
+<p>All lines must start with "â" and end with "ë".
+<ol>
+ <li>â÷ë
+ <li>â÷ë
+ <li>â÷ë
+ <li>â÷ë
+ <li>â÷ë
+ <li>â÷ë
+</ol>

Powered by Google App Engine
This is Rietveld 408576698