Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / not-enough-arguments-expected.txt
blob8d78a8117cb68dbd523b4820316e7cf744ff5668
1 This test tries calling various FileAPI functions with too few arguments.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS reader.readAsArrayBuffer() threw exception TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': 1 argument required, but only 0 present..
7 PASS reader.readAsBinaryString() threw exception TypeError: Failed to execute 'readAsBinaryString' on 'FileReader': 1 argument required, but only 0 present..
8 PASS reader.readAsText() threw exception TypeError: Failed to execute 'readAsText' on 'FileReader': 1 argument required, but only 0 present..
9 PASS reader.readAsDataURL() threw exception TypeError: Failed to execute 'readAsDataURL' on 'FileReader': 1 argument required, but only 0 present..
10 PASS fileInput.files.item() threw exception TypeError: Failed to execute 'item' on 'FileList': 1 argument required, but only 0 present..
11 PASS successfullyParsed is true
13 TEST COMPLETE