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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/global-event-handlers-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/fast/dom/global-event-handlers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers-expected.txt
index fb226662a4a15d4160b7e384a927c35196346b78..b56484b5653fc2e9d17c116997b4d2173b5f326b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers-expected.txt
@@ -703,5 +703,16 @@ PASS Set Document.onwaiting
PASS Enumerate Document.onwaiting
PASS Set Window.onwaiting
PASS Enumerate Window.onwaiting
+PASS No Element.onwheel
+PASS Set HTMLElement.onwheel
+PASS Enumerate HTMLElement.onwheel
+PASS Reflect HTMLElement.onwheel
+PASS Set SVGElement.onwheel
+PASS Enumerate SVGElement.onwheel
+PASS Reflect SVGElement.onwheel
+PASS Set Document.onwheel
+PASS Enumerate Document.onwheel
+PASS Set Window.onwheel
+PASS Enumerate Window.onwheel
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698