| Index: LayoutTests/fast/files/not-enough-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/files/not-enough-arguments-expected.txt b/LayoutTests/fast/files/not-enough-arguments-expected.txt
|
| index 1598c508c72d5876ac41888b578b085bf5fa3e66..8d78a8117cb68dbd523b4820316e7cf744ff5668 100644
|
| --- a/LayoutTests/fast/files/not-enough-arguments-expected.txt
|
| +++ b/LayoutTests/fast/files/not-enough-arguments-expected.txt
|
| @@ -3,11 +3,11 @@ This test tries calling various FileAPI functions with too few arguments.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS reader.readAsArrayBuffer() threw exception TypeError: Not enough arguments.
|
| -PASS reader.readAsBinaryString() threw exception TypeError: Not enough arguments.
|
| -PASS reader.readAsText() threw exception TypeError: Not enough arguments.
|
| -PASS reader.readAsDataURL() threw exception TypeError: Not enough arguments.
|
| -PASS fileInput.files.item() threw exception TypeError: Not enough arguments.
|
| +PASS reader.readAsArrayBuffer() threw exception TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': 1 argument required, but only 0 present..
|
| +PASS reader.readAsBinaryString() threw exception TypeError: Failed to execute 'readAsBinaryString' on 'FileReader': 1 argument required, but only 0 present..
|
| +PASS reader.readAsText() threw exception TypeError: Failed to execute 'readAsText' on 'FileReader': 1 argument required, but only 0 present..
|
| +PASS reader.readAsDataURL() threw exception TypeError: Failed to execute 'readAsDataURL' on 'FileReader': 1 argument required, but only 0 present..
|
| +PASS fileInput.files.item() threw exception TypeError: Failed to execute 'item' on 'FileList': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|