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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 CONSOLE MESSAGE: line 251: callback not yet supported
2 This is a testharness.js-based test.
3 PASS Window interface: attribute ongotpointercapture
4 PASS Window interface: attribute onlostpointercapture
5 PASS Window interface: attribute onpointerdown
6 PASS Window interface: attribute onpointermove
7 PASS Window interface: attribute onpointerup
8 PASS Window interface: attribute onpointercancel
9 PASS Window interface: attribute onpointerover
10 PASS Window interface: attribute onpointerout
11 PASS Window interface: attribute onpointerenter
12 PASS Window interface: attribute onpointerleave
13 PASS Window must be primary interface of window
14 PASS Stringification of window
15 PASS Window interface: window must inherit property "ongotpointercapture" with t he proper type (0)
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)
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)
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)
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)
24 PASS Window interface: window must inherit property "onpointerleave" with the pr oper type (9)
25 PASS Navigator interface: attribute maxTouchPoints
26 PASS Navigator must be primary interface of navigator
27 PASS Stringification of navigator
28 PASS Navigator interface: navigator must inherit property "maxTouchPoints" with the proper type (0)
29 PASS Element interface: operation setPointerCapture(long)
30 PASS Element interface: operation releasePointerCapture(long)
31 PASS Element interface: operation hasPointerCapture(long)
32 PASS HTMLElement interface: attribute ongotpointercapture
33 PASS HTMLElement interface: attribute onlostpointercapture
34 PASS HTMLElement interface: attribute onpointerdown
35 PASS HTMLElement interface: attribute onpointermove
36 PASS HTMLElement interface: attribute onpointerup
37 PASS HTMLElement interface: attribute onpointercancel
38 PASS HTMLElement interface: attribute onpointerover
39 PASS HTMLElement interface: attribute onpointerout
40 PASS HTMLElement interface: attribute onpointerenter
41 PASS HTMLElement interface: attribute onpointerleave
42 PASS Document interface: attribute ongotpointercapture
43 PASS Document interface: attribute onlostpointercapture
44 PASS Document interface: attribute onpointerdown
45 PASS Document interface: attribute onpointermove
46 PASS Document interface: attribute onpointerup
47 PASS Document interface: attribute onpointercancel
48 PASS Document interface: attribute onpointerover
49 PASS Document interface: attribute onpointerout
50 PASS Document interface: attribute onpointerenter
51 PASS Document interface: attribute onpointerleave
52 PASS PointerEvent interface: existence and properties of interface object
53 PASS PointerEvent interface object length
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]"
56 PASS PointerEvent interface: existence and properties of interface prototype obj ect's "constructor" property
57 PASS PointerEvent interface: attribute pointerId
58 PASS PointerEvent interface: attribute width
59 PASS PointerEvent interface: attribute height
60 PASS PointerEvent interface: attribute pressure
61 PASS PointerEvent interface: attribute tangentialPressure
62 PASS PointerEvent interface: attribute tiltX
63 PASS PointerEvent interface: attribute tiltY
64 PASS PointerEvent interface: attribute twist
65 PASS PointerEvent interface: attribute pointerType
66 PASS PointerEvent interface: attribute isPrimary
67 Harness: the test ran to completion.
68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698