Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt |
index 7285f6ebdb0073bb4bee1d24139b8b3aae50fa5d..948b11dc511e680f26b7bd31985473d354cc704b 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt |
@@ -1,7 +1,7 @@ |
CONSOLE MESSAGE: line 236: callback not yet supported |
This is a testharness.js-based test. |
-FAIL Window interface: attribute ongotpointercapture assert_own_property: The global object must have a property "ongotpointercapture" expected property "ongotpointercapture" missing |
-FAIL Window interface: attribute onlostpointercapture assert_own_property: The global object must have a property "onlostpointercapture" expected property "onlostpointercapture" missing |
+PASS Window interface: attribute ongotpointercapture |
+PASS Window interface: attribute onlostpointercapture |
PASS Window interface: attribute onpointerdown |
PASS Window interface: attribute onpointermove |
PASS Window interface: attribute onpointerup |
@@ -12,8 +12,8 @@ PASS Window interface: attribute onpointerenter |
PASS Window interface: attribute onpointerleave |
PASS Window must be primary interface of window |
PASS Stringification of window |
-FAIL Window interface: window must inherit property "ongotpointercapture" with the proper type (0) assert_own_property: expected property "ongotpointercapture" missing |
-FAIL Window interface: window must inherit property "onlostpointercapture" with the proper type (1) assert_own_property: expected property "onlostpointercapture" missing |
+PASS Window interface: window must inherit property "ongotpointercapture" with the proper type (0) |
+PASS Window interface: window must inherit property "onlostpointercapture" with the proper type (1) |
PASS Window interface: window must inherit property "onpointerdown" with the proper type (2) |
PASS Window interface: window must inherit property "onpointermove" with the proper type (3) |
PASS Window interface: window must inherit property "onpointerup" with the proper type (4) |
@@ -29,8 +29,8 @@ PASS Navigator interface: navigator must inherit property "maxTouchPoints" with |
PASS Element interface: operation setPointerCapture(long) |
PASS Element interface: operation releasePointerCapture(long) |
PASS Element interface: operation hasPointerCapture(long) |
-FAIL HTMLElement interface: attribute ongotpointercapture assert_own_property: expected property "ongotpointercapture" missing |
-FAIL HTMLElement interface: attribute onlostpointercapture assert_own_property: expected property "onlostpointercapture" missing |
+PASS HTMLElement interface: attribute ongotpointercapture |
+PASS HTMLElement interface: attribute onlostpointercapture |
PASS HTMLElement interface: attribute onpointerdown |
PASS HTMLElement interface: attribute onpointermove |
PASS HTMLElement interface: attribute onpointerup |
@@ -39,8 +39,8 @@ PASS HTMLElement interface: attribute onpointerover |
PASS HTMLElement interface: attribute onpointerout |
PASS HTMLElement interface: attribute onpointerenter |
PASS HTMLElement interface: attribute onpointerleave |
-FAIL Document interface: attribute ongotpointercapture assert_true: The prototype object must have a property "ongotpointercapture" expected true got false |
-FAIL Document interface: attribute onlostpointercapture assert_true: The prototype object must have a property "onlostpointercapture" expected true got false |
+PASS Document interface: attribute ongotpointercapture |
+PASS Document interface: attribute onlostpointercapture |
PASS Document interface: attribute onpointerdown |
PASS Document interface: attribute onpointermove |
PASS Document interface: attribute onpointerup |