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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt

Issue 2936263003: Move onwheel to GlobalEventHandlers.idl (Closed)
Patch Set: add missing OWNER file for mac/virtual/stable/webexposed/ Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt
index f2866e5ac5655c6796432cfe835e7192acd699c7..8e87cc47c85440f5c0ce562371f7d9947885b2db 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 300 tests; 291 PASS, 9 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 300 tests; 292 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS onabort: must be on the appropriate locations for GlobalEventHandlers
PASS onabort: the default value must be null
PASS onabort: the content attribute must be compiled into a function as the corresponding property
@@ -205,7 +205,7 @@ PASS onmouseup: the default value must be null
PASS onmouseup: the content attribute must be compiled into a function as the corresponding property
PASS onmouseup: the content attribute must execute when an event is dispatched
PASS onmouseup: dispatching an Event at a <meta> element must trigger element.onmouseup
-FAIL onwheel: must be on the appropriate locations for GlobalEventHandlers assert_true: HTMLElement has an own property named "onwheel" expected true got false
+PASS onwheel: must be on the appropriate locations for GlobalEventHandlers
PASS onwheel: the default value must be null
PASS onwheel: the content attribute must be compiled into a function as the corresponding property
PASS onwheel: the content attribute must execute when an event is dispatched

Powered by Google App Engine
This is Rietveld 408576698