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

Unified Diff: chrome/test/data/encoding_tests/alias_mapping/US-ASCII.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/US-ASCII.html
diff --git a/chrome/test/data/encoding_tests/alias_mapping/US-ASCII.html b/chrome/test/data/encoding_tests/alias_mapping/US-ASCII.html
index e9ae278bc7d49c4080f05336e28e285e5d3e6d10..7451e24ca4fa0beac80cd31fa92873e5d1426452 100644
--- a/chrome/test/data/encoding_tests/alias_mapping/US-ASCII.html
+++ b/chrome/test/data/encoding_tests/alias_mapping/US-ASCII.html
@@ -1,11 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.o rg/TR/1999/REC-html401-19991224/loose.dtd">
-<HTML lang=en-US xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
-<HEAD profile=http://www.w3.org/2000/08/w3c-synd/#>
-<TITLE>World Wide Web Consortium - Web Standards</TITLE>
-<META http-equiv=Content-Type content="text/html; charset=us-ascii">
-</HEAD>
-<BODY>
-<H1><IMG height=48 alt="The World Wide Web Consortium (W3C)" src="" width=315></H1>
-<H2>The encoding of the contents are US-ASCII</H2>
-</BODY>
-</HTML>
+<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01 Transitional//EN" "http://www.w3c.o rg/TR/1999/REC-html401-19991224/loose.dtd">
+<html lang=en-US xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
+<head profile=http://www.w3.org/2000/08/w3c-synd/#>
+<title>World Wide Web Consortium - Web Standards</title>
+<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
+</head>
+<body>
+<h1><img height=48 alt="The World Wide Web Consortium (W3C)" src="" width=315></h1>
+<h2>The encoding of the contents are US-ASCII</h2>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/encoding_tests/alias_mapping/Shift-JIS.html ('k') | chrome/test/data/encoding_tests/alias_mapping/UTF-8.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698