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

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

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/http/tests/xmlhttprequest/post-blob-content-type-tests.js
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js b/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
index 693084db9bc1b4b43e5a8bd25067781b8570b4b1..ab9f985887131df3a2b285986945af84fe85e9e0 100644
--- a/LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
+++ b/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