| 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");
|
|
|
|
|