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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt

Issue 1362963003: Blob/File constructors/slice method shouldn't throw on invalid types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated win expectation Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-slice-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt
index 0e36043a6c72795fa9ddf6b7a90b9f5c0d6933b2..768161850e72423eca41a23d92cf52594c878823 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 61 tests; 50 PASS, 11 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 61 tests; 54 PASS, 7 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Blob interface object
PASS Blob constructor with no arguments
PASS Blob constructor with no arguments, without 'new'
@@ -52,13 +52,13 @@ PASS Blob with type "a"
PASS Blob with type "A"
PASS Blob with type "text/html"
PASS Blob with type "TEXT/HTML"
-FAIL Blob with type "å" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
-FAIL Blob with type "𐑾" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
+PASS Blob with type "å"
+PASS Blob with type "𐑾"
PASS Blob with type " image/gif "
PASS Blob with type "\timage/gif\t"
PASS Blob with type "image/gif;"
-FAIL Blob with type "İmage/gif" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
-FAIL Blob with type "ımage/gif" Failed to construct 'Blob': The 'type' property must consist of ASCII characters.
+PASS Blob with type "İmage/gif"
+PASS Blob with type "ımage/gif"
PASS Blob with type "image/gif\0"
PASS Blob with type "unknown/unknown"
PASS Blob with type "text/plain"
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-slice-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698