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

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

Issue 1844413003: Fix the encoding of iso-8859-8-and-isolated*html files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate.html b/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate.html
index 755c91f0196c8b032b7780e13294111986dd38a2..11489506c4513d3fd6a249350a983184fc4c7234 100644
--- a/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate.html
+++ b/third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate.html
@@ -12,12 +12,12 @@ li {
unicode-bidi: isolate;
}
</style>
-<p>All lines must start with "â" and end with "ë".
+<p>All lines must start with "â" and end with "ë".
<ol>
- <li>â÷ë
- <li><span dir=ltr>â÷ë
- <li><span dir=rtl>â÷ë
- <li><span class=isolate>â÷ë
- <li><span class=isolate dir=ltr>â÷ë
- <li><span class=isolate dir=rtl>â÷ë
+ <li>â÷ë
+ <li><span dir=ltr>â÷ë
+ <li><span dir=rtl>â÷ë
+ <li><span class=isolate>â÷ë
+ <li><span class=isolate dir=ltr>â÷ë
+ <li><span class=isolate dir=rtl>â÷ë
</ol>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/international/iso-8859-8-and-isolate-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698