[wpt-sync] Sync PR 44915 - content: Don't dispatch pageswap for initial empty doc navigations
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44915 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44915
Details from upstream follow.
Khushal Sagar <khushalsagar@chromium.org> wrote:
content: Don't dispatch pageswap for initial empty doc navigations
The renderer assumes the browser won't try to dispatch pageswap when
navigating away from the initial empty Document or initial entry. Add
this check to the browser side code.Bug:1522213
Change-Id: I5595f47152faba0e266e3c4a8067785a1d041d49
Reviewed-on: https://chromium-review.googlesource.com/5340971
WPT-Export-Revision: 2ef09d71f2b9d363489ffb2e7902975dced38b9b
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
PASS : 1
ERROR: 1
Chrome
PASS : 1
ERROR: 1
Safari
PASS : 1
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-initial-navigation.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR)
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1d1fdf9d25cb
https://hg.mozilla.org/mozilla-central/rev/bb43cd9367d4
Description
•