"WebDriver:ElementClick" on links with targets other than "_blank" can cause page load timeout errors
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(Fission Milestone:M7, firefox85 fixed)
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Keywords: hang, Whiteboard: [marionette-fission-mvp], [wptsync upstream])
Attachments
(2 files)
While writing tests for bug 1674329 I noticed that using "WebDriver:ElementClick" to click on links with different target
values like "_top", "_parent", "_self" can fail, and causing a page load timeout error.
To be better equipped for bug 1674329 I will get this fixed first.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D97758
Assignee | ||
Comment 3•3 years ago
|
||
Marking bug as marionette-fission-mvp
because the broken behavior is blocking my work on bug 1674329.
Comment 4•3 years ago
|
||
Tracking marionette-fission-mvp bugs for Fission Beta milestone (M7).
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/38a53d22dd4e [wdspec] Add target navigation tests for Element Click. r=webdriver-reviewers,jgraham,maja_zf https://hg.mozilla.org/integration/autoland/rev/f3c67028d935 [marionette] Add isLoadEventExpected checks for link targets. r=marionette-reviewers,maja_zf
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/26699 for changes under testing/web-platform/tests
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/38a53d22dd4e
https://hg.mozilla.org/mozilla-central/rev/f3c67028d935
Assignee | ||
Comment 8•3 years ago
|
||
(In reply to Web Platform Test Sync Bot (Matrix: #interop:mozilla.org) from comment #6)
Created web-platform-tests PR
https://github.com/web-platform-tests/wpt/pull/26699 for changes under
testing/web-platform/tests
James, can you please check why that PR doesn't get merged? Thanks.
Upstream PR merged by moz-wptsync-bot
Updated•3 years ago
|
Updated•7 months ago
|
Description
•