| Index: LayoutTests/fast/filesystem/entry-points-missing-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/filesystem/entry-points-missing-arguments-expected.txt b/LayoutTests/fast/filesystem/entry-points-missing-arguments-expected.txt
|
| index 7802fb703a14233f24cfb7d2c41e9bce359b8c66..be9744c121e3dce7e03203adc9c037a19f4c1c95 100644
|
| --- a/LayoutTests/fast/filesystem/entry-points-missing-arguments-expected.txt
|
| +++ b/LayoutTests/fast/filesystem/entry-points-missing-arguments-expected.txt
|
| @@ -3,11 +3,11 @@ Ensures that we get exceptions when we do not include required arguments for web
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arguments.
|
| -PASS webkitResolveLocalFileSystemURL("") threw exception TypeError: Not enough arguments.
|
| -PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments.
|
| -PASS webkitRequestFileSystem(TEMPORARY) threw exception TypeError: Not enough arguments.
|
| -PASS webkitRequestFileSystem(TEMPORARY, 1) threw exception TypeError: Not enough arguments.
|
| +PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Failed to execute 'webkitResolveLocalFileSystemURL' on 'DOMWindow': 2 arguments required, but only 0 present..
|
| +PASS webkitResolveLocalFileSystemURL("") threw exception TypeError: Failed to execute 'webkitResolveLocalFileSystemURL' on 'DOMWindow': 2 arguments required, but only 1 present..
|
| +PASS webkitRequestFileSystem() threw exception TypeError: Failed to execute 'webkitRequestFileSystem' on 'DOMWindow': 3 arguments required, but only 0 present..
|
| +PASS webkitRequestFileSystem(TEMPORARY) threw exception TypeError: Failed to execute 'webkitRequestFileSystem' on 'DOMWindow': 3 arguments required, but only 1 present..
|
| +PASS webkitRequestFileSystem(TEMPORARY, 1) threw exception TypeError: Failed to execute 'webkitRequestFileSystem' on 'DOMWindow': 3 arguments required, but only 2 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|