[wpt-sync] Sync PR 36682 - [IndexedDB] Add WPT to test BFCache support for page with IDB connection
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 36682 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36682
Details from upstream follow.
Mingyu Lei <leimy@chromium.org> wrote:
[IndexedDB] Add WPT to test BFCache support for page with IDB connection
This CL adds WPT to test if a page with open connection can be restored
from BFCache or not. It's expected for it to be not supported and result
inPRECONDITION_FAILED
. This will be turned toPASS
after the CL
that implements the unblocking.This CL also move some common utils function to the BFCache folder.
WPT that tests eviction due to version change event will be added
to the implementation CL.Bug: 1331187
Change-Id: Ib30b8cceb7b50f90515b64abdeaaf57382b63559Reviewed-on: https://chromium-review.googlesource.com/3984987
WPT-Export-Revision: c4b317cc976bf82601c280a0e488b25f09ae4823
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 0 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
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:TIMEOUT
, 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:PASS
, 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 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d69f522506dc
https://hg.mozilla.org/mozilla-central/rev/e04c38cc2558
Description
•