[wpt-sync] Sync PR 43551 - [deprecate-unload] Switch from onunload to onpagehide
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox122 fixed)
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43551 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43551
Details from upstream follow.
Ming-Ying Chung <mych@chromium.org> wrote:
[deprecate-unload] Switch from onunload to onpagehide
For the following WPTs, onpagehide serves the same purpose
- external/wpt/html/browsers/the-window-object/BarProp.window.html
- virtual/fenced-frame-mparch/external/wpt/fenced-frame/navigate-ancestor-nested-fenced-frame.https.html
- virtual/fenced-frame-mparch/external/wpt/fenced-frame/navigate-ancestor-nested-iframe.https.html
- virtual/fenced-frame-mparch/external/wpt/fenced-frame/navigate-ancestor-top-level-fenced-frame.https.html
Bug: 1432116
Change-Id: Ib1b115f68e69a3f1a3860cb5381d06c867c43a3b
Reviewed-on: https://chromium-review.googlesource.com/5097029
WPT-Export-Revision: d44d385fa0619c31138ff212d849d4b926324dc5
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 2 subtests
Status Summary
Firefox
OK : 4
FAIL: 8
Chrome
OK : 4
PASS: 2
FAIL: 6
Safari
OK : 4
PASS: 2
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /html/browsers/the-window-object/BarProp.window.html [wpt.fyi]
- BarBrop objects of a nested Window:
FAIL - BarProp objects of an auxiliary Window:
FAIL
- BarBrop objects of a nested Window:
New Tests That Don't Pass
- /fenced-frame/navigate-ancestor-nested-fenced-frame.https.html [wpt.fyi]
- Nested fenced frames that navigate _parent end up navigating themselves:
FAIL(Chrome:FAIL, Safari:FAIL) - Nested fenced frames that navigate _top end up navigating themselves:
FAIL(Chrome:FAIL, Safari:FAIL)
- Nested fenced frames that navigate _parent end up navigating themselves:
- /fenced-frame/navigate-ancestor-nested-iframe.https.html [wpt.fyi]
- Iframes nested in fenced frames fail to navigate _parent:
FAIL(Chrome:FAIL, Safari:FAIL) - Iframes nested in fenced frames fail to navigate _top:
FAIL(Chrome:FAIL, Safari:FAIL)
- Iframes nested in fenced frames fail to navigate _parent:
- /fenced-frame/navigate-ancestor-top-level-fenced-frame.https.html [wpt.fyi]
- Top-level fenced frames that navigate _parent end up navigating themselves:
FAIL(Chrome:FAIL, Safari:FAIL) - Top-level fenced frames that navigate _top end up navigating themselves:
FAIL(Chrome:FAIL, Safari:FAIL)
- Top-level fenced frames that navigate _parent end up navigating themselves:
- /html/browsers/the-window-object/BarProp.window.html [wpt.fyi]
- BarBrop objects of a nested Window:
FAIL(Chrome:PASS, Safari:PASS) - BarProp objects of an auxiliary Window:
FAIL(Chrome:PASS, Safari:PASS)
- BarBrop objects of a nested Window:
Comment 4•2 years ago
|
||
| bugherder | ||
Description
•