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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js

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
Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
index 693084db9bc1b4b43e5a8bd25067781b8570b4b1..ab9f985887131df3a2b285986945af84fe85e9e0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
@@ -37,7 +37,6 @@ var xhrBlobTestCases = [{
}, {
mime: '\u0422\u0435\u0441\u0442',
expectedMime: '',
- shouldThrow: true
}, {
mime: 'text/plain;charset=utf-8',
expectedMime: 'text/plain;charset=utf-8',
@@ -68,7 +67,6 @@ var xhrBlobTestCases = [{
}, {
mime: '\u0422\u0435\u0441\u0442',
expectedMime: '',
- shouldThrow: true,
file: 'hello.txt'
}, {
mime: '',

Powered by Google App Engine
This is Rietveld 408576698