OLD | NEW |
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 PASS Window interface: attribute ongotpointercapture | 3 PASS Window interface: attribute ongotpointercapture |
4 PASS Window interface: attribute onlostpointercapture | 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 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 PASS PointerEvent interface: attribute tangentialPressure |
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 PASS PointerEvent interface: attribute twist |
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 |
OLD | NEW |