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

Unified Diff: LayoutTests/fast/encoding/charset-replacement.html

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reworked tests, still WIP Created 6 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: LayoutTests/fast/encoding/charset-replacement.html
diff --git a/LayoutTests/fast/encoding/charset-invalid.html b/LayoutTests/fast/encoding/charset-replacement.html
similarity index 64%
copy from LayoutTests/fast/encoding/charset-invalid.html
copy to LayoutTests/fast/encoding/charset-replacement.html
index 9af2e3f5f5f8daf87534e97b0e1191e78cbba6eb..cf517d1e55bd257b1f49a0ef27fd379d59ee6b74 100644
--- a/LayoutTests/fast/encoding/charset-invalid.html
+++ b/LayoutTests/fast/encoding/charset-replacement.html
@@ -1,7 +1,7 @@
<html>
<head>
-<meta http-equiv="content-type" content="text/html; charset=invalid-encoding">
-<title>Invalid encoding</title>
+<meta http-equiv="content-type" content="text/html; charset=replacement">
+<title>Replacement encoding - spec/implementation detail, not a real encoding</title>
</head>
<body>
<script>
« no previous file with comments | « LayoutTests/fast/encoding/char-encoding-expected.txt ('k') | LayoutTests/fast/encoding/charset-replacement-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698