Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 1600078: webdriver: make test_alert_unsupported_operation Gecko s…
…pecific; r=webdriver-reviewers,jgraham Basic auth dialogues are not included in HTML's definition of 'user prompts': those are limited to the 'simple dialogues' such as window.alert(), window.prompt() et al. and the print dialogue. Since we don't want to regress this behaviour in geckodriver, this patch removes test_alert_unsupported_operation from WPT and makes it Mozilla-specific. The patch doesn't remove the basic auth framework code from WPT because it's assumed we will need that in WPT in the very near future. Thanks-to: Carlos Garcia Campos <[email protected]> Differential Revision: https://phabricator.services.mozilla.com/D55134 --HG-- extra : moz-landing-system : lando
- Loading branch information