| Index: third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments-expected.txt b/third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7ec397427d9bcedbbf8ee48bd788731e21d69c8c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +[Worker] This test tries calling various sync filesystem functions with null arguments.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Starting worker: ../resources/null-arguments-worker.js
|
| +PASS [Worker] fileSystem.root.moveTo(null, 'x') threw exception TypeError: Failed to execute 'moveTo' on 'EntrySync': parameter 1 is not of type 'DirectoryEntrySync'..
|
| +PASS [Worker] fileSystem.root.copyTo(null, 'x') threw exception TypeError: Failed to execute 'copyTo' on 'EntrySync': parameter 1 is not of type 'DirectoryEntrySync'..
|
| +PASS [Worker] writer.write(null) threw exception TypeError: Failed to execute 'write' on 'FileWriterSync': parameter 1 is not of type 'Blob'..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|