[wpt-sync] Sync PR 43860 - [wptrunner] Rewrite `test_win_open_with_interaction.html`
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox123 fixed)
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43860 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43860
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
[wptrunner] Rewrite
test_win_open_with_interaction.html
This test didn't work as intended for
testdriver.js
implemented with
WebDriver because of crbug.com/1453780#c8. Fix the test page to also
includetestdriver.js
, and rewrite the test as an equivalent
promise_test(...)
that performs interaction like the closely related
infrastructure/testdriver/actions/crossOrigin.sub.html
0.The test now passes for
chrome
and other WebDriver-enabled browsers,
butcontent_shell
still delivers events to the wrong window.Bug: 1453780
Change-Id: Iaaf33a7cbbccd8c63acfd5e68e6ea76954c520fd
Reviewed-on: https://chromium-review.googlesource.com/5171750
WPT-Export-Revision: 87da470c74f6fb56008beca90e07b1a21f57356e
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 2
PASS
: 2
Chrome
OK
: 2
PASS
: 1
FAIL
: 1
Safari
OK
: 2
PASS
: 2
Links
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/723cf873cd42
https://hg.mozilla.org/mozilla-central/rev/2007d88f92d7
Description
•