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

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

Issue 143943017: Added Base64 support in TextEncoder and TextDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/encoding-names-expected.txt
diff --git a/LayoutTests/fast/encoding/api/encoding-names-expected.txt b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
index 0e1b7a1825c1bf451c97b4f934408d37efc3fad9..5548c87abf3eff2b281086eb0488d2d0dcaaae30 100644
--- a/LayoutTests/fast/encoding/api/encoding-names-expected.txt
+++ b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
@@ -16,6 +16,8 @@ PASS new TextDecoder('ascii').encoding is "windows-1252"
PASS new TextDecoder('ASCII').encoding is "windows-1252"
PASS new TextDecoder('iso-8859-1').encoding is "windows-1252"
PASS new TextDecoder('ISO-8859-1').encoding is "windows-1252"
+PASS new TextDecoder('base64').encoding is "base64"
+PASS new TextDecoder('BASE64').encoding is "base64"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698