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

Unified Diff: LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt

Issue 1235213004: Blob/File constructors/slice method shouldn't throw on invalid types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove debugging spew Created 5 years, 5 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/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt b/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
index a81a265a7e73270dfc20eeb3c2ee9eb1ebd22530..ae1e61ac397e1c02d5120488a28dda4dc89251cc 100644
--- a/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt
@@ -120,8 +120,8 @@ PASS Invalid contentType ("te\txt/plain")
PASS Invalid contentType ("te\0xt/plain")
PASS Invalid contentType ("te\x1fxt/plain")
PASS Invalid contentType ("text/plain")
-FAIL Valid contentType ("TEXT/PLAIN") assert_equals: expected "text/plain" but got "TEXT/PLAIN"
-FAIL Valid contentType ("text/plain;charset = UTF-8") assert_equals: expected "text/plain;charset = utf-8" but got "text/plain;charset = UTF-8"
-FAIL Valid contentType ("text/plain;charset=UTF-8") assert_equals: expected "text/plain;charset=utf-8" but got "text/plain;charset=UTF-8"
+PASS Valid contentType ("TEXT/PLAIN")
+PASS Valid contentType ("text/plain;charset = UTF-8")
+PASS Valid contentType ("text/plain;charset=UTF-8")
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698