Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gecko Bug 1600078] webdriver: make test_alert_unsupported_operation Gecko specific #20594

Merged
merged 1 commit into from Dec 3, 2019

Conversation

moz-wptsync-bot
Copy link
Collaborator

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 cgarcia@igalia.com

Differential Revision: https://phabricator.services.mozilla.com/D55134

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1600078
gecko-commit: c449c7ab372d876f4fd172462cc1f5609fe8c153
gecko-integration-branch: autoland
gecko-reviewers: 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 <cgarcia@igalia.com>

Differential Revision: https://phabricator.services.mozilla.com/D55134

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1600078
gecko-commit: c449c7ab372d876f4fd172462cc1f5609fe8c153
gecko-integration-branch: autoland
gecko-reviewers: webdriver-reviewers, jgraham
Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Firefox project.

@moz-wptsync-bot moz-wptsync-bot merged commit ab7d907 into master Dec 3, 2019
@moz-wptsync-bot moz-wptsync-bot deleted the gecko/1600078 branch December 3, 2019 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants