[wpt-sync] Sync PR 36683 - [bfcache] Fix bug in notRestoredReasons WPT
Categories
(Core :: DOM: Performance APIs, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36683 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36683
Details from upstream follow.
Yuzu Saijo <yuzus@chromium.org> wrote:
[bfcache] Fix bug in notRestoredReasons WPT
This CL fixes a bug that is missing await in notRestoredReasons wpt.
The test should no longer fail so removing it from TestExpectations.Bug: 1371395
Change-Id: I00eff7c832125bdbbc91f32aca0ca7dd3cd7eafe
Reviewed-on: https://chromium-review.googlesource.com/3984988
WPT-Export-Revision: 8866f5bea89c858f43d061a1012f582ae0d0d195
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 1 subtests
Status Summary
Firefox
OK
: 5
PASS
: 1
FAIL
: 4
Chrome
OK
: 4
PASS
: 4
TIMEOUT
: 2
Safari
OK
: 5
PASS
: 1
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /performance-timeline/not-restored-reasons/performance-navigation-timing-bfcache-reasons-stay.window.html [wpt.fyi]
- RemoteContextHelper navigation using BFCache:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- RemoteContextHelper navigation using BFCache:
- /performance-timeline/not-restored-reasons/performance-navigation-timing-cross-origin-bfcache.window.html [wpt.fyi]
- RemoteContextHelper navigation using BFCache:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
)
- RemoteContextHelper navigation using BFCache:
- /performance-timeline/not-restored-reasons/performance-navigation-timing-not-bfcached.window.html [wpt.fyi]
- RemoteContextHelper navigation using BFCache:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- RemoteContextHelper navigation using BFCache:
- /performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-bfcache.window.html [wpt.fyi]
- RemoteContextHelper navigation using BFCache:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- RemoteContextHelper navigation using BFCache:
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/21a7e50c596c
https://hg.mozilla.org/mozilla-central/rev/8b2c356d8230
Description
•