Bug 215099
Summary: | Regression (r265160): http/tests/misc/gamepads-insecure.html fails consistently on windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Brady Eidson <beidson> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | aakash_jain, beidson, webkit-bot-watchers-bugzilla |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=214995 |
Aakash Jain
r265160 introduced a broken test for windows: http/tests/misc/gamepads-insecure.html
History: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fmisc%2Fgamepads-insecure.html
e.g.: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r265165%20(15013)/results.html
-CONSOLE MESSAGE: Navigator.getGamepads() will be removed from insecure contexts in a future release
+CONSOLE MESSAGE: TypeError: navigator.getGamepads is not a function. (In 'navigator.getGamepads()', 'navigator.getGamepads' is undefined)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Skipped this test for Windows with r265214 since gamepad isn't enabled there.