Skip to content

Commit 3a61d85

Browse files
domenicmoz-wptsync-bot
authored andcommitted
Bug 1914772 [wpt PR 47780] - Remove onmove and onmousewheel from window properties test, a=testonly
Automatic update from web-platform-tests Remove onmove and onmousewheel from window properties test Neither have any support in specifications: see https://dontcallmedom.github.io/webidlpedia/members.html. onmove does not appear in any browser. onmousewheel appears in Chromium and WebKit; see some discussion in w3c/uievents#331. Until that is resolved though it isn't good to test for its presence. -- wpt-commits: 0cb2ae37c74f1509a03f3837fe80b2d7b5794e31 wpt-pr: 47780
1 parent f86ee46 commit 3a61d85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing/web-platform/tests/html/browsers/the-window-object/window-properties.https.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@
178178
"onmouseout",
179179
"onmouseover",
180180
"onmouseup",
181-
"onmousewheel",
182-
"onmove",
183181
"onoffline",
184182
"ononline",
185183
"onpause",

0 commit comments

Comments
 (0)