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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/global-event-handlers.html

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.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers.html b/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers.html
index 4417478cfcebfeba057e4ed5d267dc3f21ed99b7..0092151c907cffe4c42fe3acd52387a56c589cff 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/global-event-handlers.html
@@ -69,7 +69,8 @@
"ontouchmove",
"ontouchstart",
"onvolumechange",
- "onwaiting"
+ "onwaiting",
+ "onwheel"
].forEach(function(attribute) {
test(function() {
assert_false(attribute in getObject("Element"));

Powered by Google App Engine
This is Rietveld 408576698