Chromium Code Reviews| 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")); |