Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Side by Side Diff: LayoutTests/fast/events/touch/document-create-touch-list-crash-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test ensures that WebKit doesn't crash when the document.createTouchList AP I is called with non-Touch parameters 1 This test ensures that WebKit doesn't crash when the document.createTouchList AP I is called with non-Touch parameters
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS document.createTouchList(document).item(0) threw exception TypeError: Faile d to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch' .. 6 PASS document.createTouchList(document).item(0) threw exception TypeError: Faile d 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'. . 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: F ailed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'To uch'.. 8 PASS document.createTouchList(new Array(5)).item(0) threw exception TypeError: F ailed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'To uch'..
9 PASS document.createTouchList("string").item(0) threw exception TypeError: Faile d to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch' .. 9 PASS document.createTouchList("string").item(0) threw exception TypeError: Faile d 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'.. 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: Fail ed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch '.. 11 PASS document.createTouchList(undefined).item(0) threw exception TypeError: Fail ed to execute 'createTouchList' on 'Document': parameter 1 is not of type 'Touch '..
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
15 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698