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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: Fix the link to the spec Created 3 years, 12 months 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
OLDNEW
1 CONSOLE MESSAGE: line 236: callback not yet supported 1 CONSOLE MESSAGE: line 236: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 FAIL Window interface: attribute ongotpointercapture assert_own_property: The gl obal object must have a property "ongotpointercapture" expected property "ongotp ointercapture" missing 3 PASS Window interface: attribute ongotpointercapture
4 FAIL Window interface: attribute onlostpointercapture assert_own_property: The g lobal object must have a property "onlostpointercapture" expected property "onlo stpointercapture" missing 4 PASS Window interface: attribute onlostpointercapture
5 PASS Window interface: attribute onpointerdown 5 PASS Window interface: attribute onpointerdown
6 PASS Window interface: attribute onpointermove 6 PASS Window interface: attribute onpointermove
7 PASS Window interface: attribute onpointerup 7 PASS Window interface: attribute onpointerup
8 PASS Window interface: attribute onpointercancel 8 PASS Window interface: attribute onpointercancel
9 PASS Window interface: attribute onpointerover 9 PASS Window interface: attribute onpointerover
10 PASS Window interface: attribute onpointerout 10 PASS Window interface: attribute onpointerout
11 PASS Window interface: attribute onpointerenter 11 PASS Window interface: attribute onpointerenter
12 PASS Window interface: attribute onpointerleave 12 PASS Window interface: attribute onpointerleave
13 PASS Window must be primary interface of window 13 PASS Window must be primary interface of window
14 PASS Stringification of window 14 PASS Stringification of window
15 FAIL Window interface: window must inherit property "ongotpointercapture" with t he proper type (0) assert_own_property: expected property "ongotpointercapture" missing 15 PASS Window interface: window must inherit property "ongotpointercapture" with t he proper type (0)
16 FAIL Window interface: window must inherit property "onlostpointercapture" with the proper type (1) assert_own_property: expected property "onlostpointercapture " missing 16 PASS Window interface: window must inherit property "onlostpointercapture" with the proper type (1)
17 PASS Window interface: window must inherit property "onpointerdown" with the pro per type (2) 17 PASS Window interface: window must inherit property "onpointerdown" with the pro per type (2)
18 PASS Window interface: window must inherit property "onpointermove" with the pro per type (3) 18 PASS Window interface: window must inherit property "onpointermove" with the pro per type (3)
19 PASS Window interface: window must inherit property "onpointerup" with the prope r type (4) 19 PASS Window interface: window must inherit property "onpointerup" with the prope r type (4)
20 PASS Window interface: window must inherit property "onpointercancel" with the p roper type (5) 20 PASS Window interface: window must inherit property "onpointercancel" with the p roper type (5)
21 PASS Window interface: window must inherit property "onpointerover" with the pro per type (6) 21 PASS Window interface: window must inherit property "onpointerover" with the pro per type (6)
22 PASS Window interface: window must inherit property "onpointerout" with the prop er type (7) 22 PASS Window interface: window must inherit property "onpointerout" with the prop er type (7)
23 PASS Window interface: window must inherit property "onpointerenter" with the pr oper type (8) 23 PASS Window interface: window must inherit property "onpointerenter" with the pr oper type (8)
24 PASS Window interface: window must inherit property "onpointerleave" with the pr oper type (9) 24 PASS Window interface: window must inherit property "onpointerleave" with the pr oper type (9)
25 PASS Navigator interface: attribute maxTouchPoints 25 PASS Navigator interface: attribute maxTouchPoints
26 PASS Navigator must be primary interface of navigator 26 PASS Navigator must be primary interface of navigator
27 PASS Stringification of navigator 27 PASS Stringification of navigator
28 PASS Navigator interface: navigator must inherit property "maxTouchPoints" with the proper type (0) 28 PASS Navigator interface: navigator must inherit property "maxTouchPoints" with the proper type (0)
29 PASS Element interface: operation setPointerCapture(long) 29 PASS Element interface: operation setPointerCapture(long)
30 PASS Element interface: operation releasePointerCapture(long) 30 PASS Element interface: operation releasePointerCapture(long)
31 PASS Element interface: operation hasPointerCapture(long) 31 PASS Element interface: operation hasPointerCapture(long)
32 FAIL HTMLElement interface: attribute ongotpointercapture assert_own_property: e xpected property "ongotpointercapture" missing 32 PASS HTMLElement interface: attribute ongotpointercapture
33 FAIL HTMLElement interface: attribute onlostpointercapture assert_own_property: expected property "onlostpointercapture" missing 33 PASS HTMLElement interface: attribute onlostpointercapture
34 PASS HTMLElement interface: attribute onpointerdown 34 PASS HTMLElement interface: attribute onpointerdown
35 PASS HTMLElement interface: attribute onpointermove 35 PASS HTMLElement interface: attribute onpointermove
36 PASS HTMLElement interface: attribute onpointerup 36 PASS HTMLElement interface: attribute onpointerup
37 PASS HTMLElement interface: attribute onpointercancel 37 PASS HTMLElement interface: attribute onpointercancel
38 PASS HTMLElement interface: attribute onpointerover 38 PASS HTMLElement interface: attribute onpointerover
39 PASS HTMLElement interface: attribute onpointerout 39 PASS HTMLElement interface: attribute onpointerout
40 PASS HTMLElement interface: attribute onpointerenter 40 PASS HTMLElement interface: attribute onpointerenter
41 PASS HTMLElement interface: attribute onpointerleave 41 PASS HTMLElement interface: attribute onpointerleave
42 FAIL Document interface: attribute ongotpointercapture assert_true: The prototyp e object must have a property "ongotpointercapture" expected true got false 42 PASS Document interface: attribute ongotpointercapture
43 FAIL Document interface: attribute onlostpointercapture assert_true: The prototy pe object must have a property "onlostpointercapture" expected true got false 43 PASS Document interface: attribute onlostpointercapture
44 PASS Document interface: attribute onpointerdown 44 PASS Document interface: attribute onpointerdown
45 PASS Document interface: attribute onpointermove 45 PASS Document interface: attribute onpointermove
46 PASS Document interface: attribute onpointerup 46 PASS Document interface: attribute onpointerup
47 PASS Document interface: attribute onpointercancel 47 PASS Document interface: attribute onpointercancel
48 PASS Document interface: attribute onpointerover 48 PASS Document interface: attribute onpointerover
49 PASS Document interface: attribute onpointerout 49 PASS Document interface: attribute onpointerout
50 PASS Document interface: attribute onpointerenter 50 PASS Document interface: attribute onpointerenter
51 PASS Document interface: attribute onpointerleave 51 PASS Document interface: attribute onpointerleave
52 PASS PointerEvent interface: existence and properties of interface object 52 PASS PointerEvent interface: existence and properties of interface object
53 PASS PointerEvent interface object length 53 PASS PointerEvent interface object length
54 PASS PointerEvent interface object name 54 PASS PointerEvent interface object name
55 FAIL PointerEvent interface: existence and properties of interface prototype obj ect assert_equals: class string of PointerEvent.prototype expected "[object Poin terEventPrototype]" but got "[object PointerEvent]" 55 FAIL PointerEvent interface: existence and properties of interface prototype obj ect assert_equals: class string of PointerEvent.prototype expected "[object Poin terEventPrototype]" but got "[object PointerEvent]"
56 PASS PointerEvent interface: existence and properties of interface prototype obj ect's "constructor" property 56 PASS PointerEvent interface: existence and properties of interface prototype obj ect's "constructor" property
57 PASS PointerEvent interface: attribute pointerId 57 PASS PointerEvent interface: attribute pointerId
58 PASS PointerEvent interface: attribute width 58 PASS PointerEvent interface: attribute width
59 PASS PointerEvent interface: attribute height 59 PASS PointerEvent interface: attribute height
60 PASS PointerEvent interface: attribute pressure 60 PASS PointerEvent interface: attribute pressure
61 FAIL PointerEvent interface: attribute tangentialPressure assert_true: The proto type object must have a property "tangentialPressure" expected true got false 61 FAIL PointerEvent interface: attribute tangentialPressure assert_true: The proto type object must have a property "tangentialPressure" expected true got false
62 PASS PointerEvent interface: attribute tiltX 62 PASS PointerEvent interface: attribute tiltX
63 PASS PointerEvent interface: attribute tiltY 63 PASS PointerEvent interface: attribute tiltY
64 FAIL PointerEvent interface: attribute twist assert_true: The prototype object m ust have a property "twist" expected true got false 64 FAIL PointerEvent interface: attribute twist assert_true: The prototype object m ust have a property "twist" expected true got false
65 PASS PointerEvent interface: attribute pointerType 65 PASS PointerEvent interface: attribute pointerType
66 PASS PointerEvent interface: attribute isPrimary 66 PASS PointerEvent interface: attribute isPrimary
67 Harness: the test ran to completion. 67 Harness: the test ran to completion.
68 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698