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

Unified Diff: chrome/test/data/encoding_tests/alias_mapping/ISO-8859-13.html

Issue 1705004: Update WebKit to r58033 (Closed)
Patch Set: Merge in issue 1712005 Created 10 years, 8 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
Index: chrome/test/data/encoding_tests/alias_mapping/ISO-8859-13.html
diff --git a/chrome/test/data/encoding_tests/alias_mapping/ISO-8859-13.html b/chrome/test/data/encoding_tests/alias_mapping/ISO-8859-13.html
index 9e88f5f4465f39c2c3f87d77b6312ca1815e1a70..55d4e68a34425088cc05abc7f0688bc9f8aceb7e 100644
--- a/chrome/test/data/encoding_tests/alias_mapping/ISO-8859-13.html
+++ b/chrome/test/data/encoding_tests/alias_mapping/ISO-8859-13.html
@@ -1,15 +1,15 @@
-<HTML>
- <HEAD>
- <TITLE> ISO-8859-13 </TITLE>
+<html>
+ <head>
+ <title> ISO-8859-13 </title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-13" />
- </HEAD>
+ </head>
- <BODY>
+ <body>
¡¢£¤¥¦§¨©ª«¬®¯
°±²³´µ¶·¸¹º»¼½¾¿
ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
ÐÑÒÓÔÕÖרÙÚÛÜÝÞß
àáâãäåæçèéêëìíîï
ðñòóôõö÷øùúûüýþÿ
- </BODY>
-</HTML>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698