blob: 1598c508c72d5876ac41888b578b085bf5fa3e66 [file] [log] [blame]
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 successfullyParsed is true
TEST COMPLETE