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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js

Issue 2509833002: Make Blob#slice() contentType argument to be non nullable. (Closed)
Patch Set: Reformat layout tests Created 4 years, 1 month 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/local/fileapi/script-tests/send-sliced-dragged-file.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js b/third_party/WebKit/LayoutTests/http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js
index 14db82d64a18e8809be33bdb7ca9f2156c0edf82..5dfa3d4fc13724b2f784564a84ecea552cbd8ace 100644
--- a/third_party/WebKit/LayoutTests/http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js
+++ b/third_party/WebKit/LayoutTests/http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js
@@ -110,7 +110,7 @@ function runTest()
dragAndSliceStableFile("../resources/empty.txt", 0, 0, 10);
debug("Test slicing and sending a small file.");
- dragAndSliceStableFile("../resources/file-for-drag-to-send.txt", 10, 2, 4, null);
+ dragAndSliceStableFile("../resources/file-for-drag-to-send.txt", 10, 2, 4, "");
dragAndSliceStableFile("../resources/file-for-drag-to-send.txt", 10, 2, 20, "type/foo");
dragAndSliceStableFile("../resources/file-for-drag-to-send.txt", 10, 15, 20, "type/bar");
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/files/blob-slice-type.html ('k') | third_party/WebKit/Source/core/fileapi/Blob.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698