Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / touch-event-cancelable-expected.txt
1 CONSOLE MESSAGE: line 16: Calling preventDefault on TouchEvent with cancelable=true
2 CONSOLE MESSAGE: line 16: Calling preventDefault on TouchEvent with cancelable=false
3 CONSOLE WARNING: Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
4 Test that touch events may or may not be marked cancelable. http://crbug.com/365681
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7
8
9 Sending cancelable touchmove
10 PASS gotTouchMove is false
11 PASS touchEvent.defaultPrevented is false
12 PASS gotTouchMove is true
13 PASS touchEvent.cancelable is true
14 PASS touchEvent.defaultPrevented is true
15
16 Sending uncancelable touchmove
17 PASS gotTouchMove is false
18 PASS touchEvent.defaultPrevented is false
19 PASS gotTouchMove is true
20 PASS touchEvent.cancelable is false
21 PASS touchEvent.defaultPrevented is false
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25