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

Unified Diff: LayoutTests/fast/encoding/api/ascii-supersets-expected.txt

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Replacement codec should emit U+FFFD Created 6 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
Index: LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
diff --git a/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt b/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
index f27ac86bc408a45643ec114147d8f18008700254..f4f5bca7ec60b9a37cf9554ef36449347d0d235e 100644
--- a/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
+++ b/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
@@ -110,9 +110,6 @@ FAIL encodeURIComponent(string) should be %00%01%02%03%04%05%06%07%08%09%0A%0B%0
decoder = new TextDecoder("euc-kr")
decoded = decoder.decode(new Uint8Array(bytes))
PASS encodeURIComponent(string) is encodeURIComponent(decoded)
-decoder = new TextDecoder("iso-2022-kr")
-decoded = decoder.decode(new Uint8Array(bytes))
-PASS encodeURIComponent(string) is encodeURIComponent(decoded)
decoder = new TextDecoder("x-user-defined")
decoded = decoder.decode(new Uint8Array(bytes))
PASS encodeURIComponent(string) is encodeURIComponent(decoded)
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/encoding-labels.html » ('j') | Source/wtf/text/TextCodecReplacement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698