[wpt-sync] Sync PR 31189 - Fix AppHistory srcdoc handling
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox95 fixed)
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31189 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31189
Details from upstream follow.
Nate Chapin <japhet@chromium.org> wrote:
Fix AppHistory srcdoc handling
Currently, a new iframe with a srcdoc attribute will have uninitialized
appHistory state. Move a bunch of the logic for setting up AppHistory in
a new window from DocumentLoader to AppHistory.Fixed: 1251324
Change-Id: I795dcb3119b8532eea35e6a018594249ed01f9e8
Reviewed-on: https://chromium-review.googlesource.com/3214991
WPT-Export-Revision: 6428d0b75d1f47ec5a12875e7e29aa5072fac3bf
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/app-history/app-history-entry/entries-in-new-srcdoc-iframe.html
AppHistory entries() and current should be set in a new srcdoc iframe: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6693965b6ea3
https://hg.mozilla.org/mozilla-central/rev/10a485d10d55
Description
•