| Index: LayoutTests/fast/filesystem/filesystem-missing-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/filesystem/filesystem-missing-arguments-expected.txt b/LayoutTests/fast/filesystem/filesystem-missing-arguments-expected.txt
|
| index a8b08bef65b274107a1f435a51baa626217ca11e..4321ebeb3d6f48abdf8aa55d39072a54ddea1495 100644
|
| --- a/LayoutTests/fast/filesystem/filesystem-missing-arguments-expected.txt
|
| +++ b/LayoutTests/fast/filesystem/filesystem-missing-arguments-expected.txt
|
| @@ -3,9 +3,9 @@ Test how file system methods react to too few arguments.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments.
|
| -PASS webkitRequestFileSystem(TEMPORARY) threw exception TypeError: Not enough arguments.
|
| -PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arguments.
|
| +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 webkitResolveLocalFileSystemURL() threw exception TypeError: Failed to execute 'webkitResolveLocalFileSystemURL' on 'DOMWindow': 2 arguments required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|