[wpt-sync] Sync PR 46172 - vt: Fire pagereveal on BFCache restore in iframe
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46172 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46172
Details from upstream follow.
David Bokan <bokan@chromium.org> wrote:
vt: Fire pagereveal on BFCache restore in iframe
Also add a test for pagereveal in an ordinary navigation in an iframe
since this is lacking coverage.Bug: 327187221
Change-Id: I1349cc1144f3a5d7e7d166a662606629d4c0db49
Reviewed-on: https://chromium-review.googlesource.com/5525858
WPT-Export-Revision: 81e0172283277f8e2cbc52e74562bc99adc6beee
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months 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
FAIL
: 2
Chrome
OK
: 2
PASS
: 1
FAIL
: 1
Safari
OK
: 2
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/browsers/browsing-the-web/history-traversal/pagereveal/order-in-bfcache-restore-iframe.html [wpt.fyi]
- pagereveal event in iframe fires and in correct order on restoration from BFCache:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- pagereveal event in iframe fires and in correct order on restoration from BFCache:
- /html/browsers/browsing-the-web/history-traversal/pagereveal/order-in-new-document-navigation-iframe.html [wpt.fyi]
- pagereveal event fires and in correct order on new-document navigation in an iframe:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- pagereveal event fires and in correct order on new-document navigation in an iframe:
https://hg.mozilla.org/mozilla-central/rev/73140a21e6e9
https://hg.mozilla.org/mozilla-central/rev/eecc1e824578
Description
•