[wpt-sync] Sync PR 43438 - Shared Storage: Add tests for SSW imgs controlled by service workers
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43438 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43438
Details from upstream follow.
Camillia Smith Barnes <cammie@chromium.org> wrote:
Shared Storage: Add tests for SSW imgs controlled by service workers
We add some web tests to show that image requests, with the
sharedStorageWritable
attribute set to true, that are intercepted
by service workers but fallback to network can write to shared storage
via response headers.Bug: 1434529,1218540
Change-Id: I5b3b56286788f8f25042d5b02e1e10e4824f3c08
Reviewed-on: https://chromium-review.googlesource.com/5073616
WPT-Export-Revision: 5d11ac4604e24faeba1b02a93231bc0ded195a82
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•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 1 tests and 2 subtests
Status Summary
Firefox
TIMEOUT
: 1
ERROR
: 1
NOTRUN
: 1
Chrome
TIMEOUT
: 2
NOTRUN
: 1
Safari
TIMEOUT
: 2
NOTRUN
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /shared-storage/shared-storage-writable-service-worker-img.tentative.https.sub.html [wpt.fyi]:
ERROR
(Chrome:TIMEOUT
, Safari:TIMEOUT
)- test <img sharedstoragewritable src=[url]> via JS from service worker for same origin img:
TIMEOUT
(Chrome:TIMEOUT
, Safari:TIMEOUT
) - test <img sharedstoragewritable src=[url]> via JS from service worker for cross origin img:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
)
- test <img sharedstoragewritable src=[url]> via JS from service worker for same origin img:
Comment 5•2 years ago
|
||
bugherder |
Description
•