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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_on_event_handlers-expected.txt

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: Fix the link to the spec Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_on_event_handlers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_on_event_handlers-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_on_event_handlers-expected.txt
deleted file mode 100644
index fea4a12ff58e8ed4279fd62d16d64e5703843c6b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_on_event_handlers-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-This is a testharness.js-based test.
-PASS The default value of onpointerdown is always null
-PASS The onpointerdown content attribute must be compiled into the onpointerdown property
-PASS dispatching a pointerdown event must trigger element.onpointerdown
-PASS The default value of onpointerup is always null
-PASS The onpointerup content attribute must be compiled into the onpointerup property
-PASS dispatching a pointerup event must trigger element.onpointerup
-PASS The default value of onpointercancel is always null
-PASS The onpointercancel content attribute must be compiled into the onpointercancel property
-PASS dispatching a pointercancel event must trigger element.onpointercancel
-PASS The default value of onpointermove is always null
-PASS The onpointermove content attribute must be compiled into the onpointermove property
-PASS dispatching a pointermove event must trigger element.onpointermove
-PASS The default value of onpointerover is always null
-PASS The onpointerover content attribute must be compiled into the onpointerover property
-PASS dispatching a pointerover event must trigger element.onpointerover
-PASS The default value of onpointerout is always null
-PASS The onpointerout content attribute must be compiled into the onpointerout property
-PASS dispatching a pointerout event must trigger element.onpointerout
-PASS The default value of onpointerenter is always null
-PASS The onpointerenter content attribute must be compiled into the onpointerenter property
-PASS dispatching a pointerenter event must trigger element.onpointerenter
-PASS The default value of onpointerleave is always null
-PASS The onpointerleave content attribute must be compiled into the onpointerleave property
-PASS dispatching a pointerleave event must trigger element.onpointerleave
-FAIL The default value of ongotpointercapture is always null assert_equals: The default value of the property is null for a Window instance expected (object) null but got (undefined) undefined
-PASS The ongotpointercapture content attribute must be compiled into the ongotpointercapture property
-PASS dispatching a gotpointercapture event must trigger element.ongotpointercapture
-FAIL The default value of onlostpointercapture is always null assert_equals: The default value of the property is null for a Window instance expected (object) null but got (undefined) undefined
-PASS The onlostpointercapture content attribute must be compiled into the onlostpointercapture property
-PASS dispatching a lostpointercapture event must trigger element.onlostpointercapture
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698