Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / document-create-touch-list-crash-expected.txt
blob518c9b04563bc3143d59beec15173ae1c6b45e48
1 This test ensures that WebKit doesn't crash when the document.createTouchList API is called with non-Touch parameters
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.createTouchList(document).item(0) threw exception TypeError: Failed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch'..
7 PASS document.createTouchList({"a":1}).item(0) threw exception TypeError: Failed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch'..
8 PASS document.createTouchList(new Array(5)).item(0) threw exception TypeError: Failed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch'..
9 PASS document.createTouchList("string").item(0) threw exception TypeError: Failed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch'..
10 PASS document.createTouchList(null).item(0) threw exception TypeError: Failed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch'..
11 PASS document.createTouchList(undefined).item(0) threw exception TypeError: Failed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch'..
12 PASS successfullyParsed is true
14 TEST COMPLETE
15 PASS successfullyParsed is true
17 TEST COMPLETE