[wpt-sync] Sync PR 24584 - Implement subresource loading with Web Bundles
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox80 fixed)
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24584 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24584
Details from upstream follow.
Kunihiko Sakamoto <ksakamoto@chromium.org> wrote:
Implement subresource loading with Web Bundles
Adds WebBundleLoader class which loads a WebBundle resource using
ThreadableLoader, and creates a WebBundleSubresourceLoaderFactory.LinkWebBundle is registered in ResourceFetcher, and used to forward
subresource requests that match the corresponding \<link>'s resources=
attribute to the WebBundleSubresourceLoaderFactory. This is done via
the SubresourceWebBundle interface.Bug: 1082020
Change-Id: I3f26bd6b1fbd5855caa5175cdcb3db0fe103a093Reviewed-on: https://chromium-review.googlesource.com/2291809
WPT-Export-Revision: a1c8e1d8391e245b2d4812cc42346900d7d7816b
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
FAIL : 2
TIMEOUT: 2
NOTRUN : 1
Chrome
FAIL : 2
TIMEOUT: 2
NOTRUN : 1
Safari
FAIL : 2
TIMEOUT: 2
NOTRUN : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/web-bundle/subresource-loading/subresource-loading-from-web-bundle.tentative.html: SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
, Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-debug
, Gecko-windows7-32-opt
], TIMEOUT [GitHub
] (Chrome: TIMEOUT, Safari: TIMEOUT)
<link rel="webbundle"> fires an error event on load failure: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Subresource loading with WebBundle: FAIL (Chrome: FAIL, Safari: FAIL)
Dynamically adding / updating / removing "<link rel=webbundle>": FAIL (Chrome: FAIL, Safari: FAIL)
<link rel="webbundle"> fires a load event on load success: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Tests Disabled in Gecko Infrastructure
/web-bundle/subresource-loading/subresource-loading-from-web-bundle.tentative.html: SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview
, Gecko-android-em-7.0-x86_64-opt-geckoview
, Gecko-linux1804-64-debug
, Gecko-linux1804-64-opt
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-debug
, Gecko-windows10-64-opt
, Gecko-windows10-64-qr-debug
, Gecko-windows10-64-qr-opt
, Gecko-windows7-32-debug
, Gecko-windows7-32-opt
], TIMEOUT [GitHub
] (Chrome: TIMEOUT, Safari: TIMEOUT)
Comment 5•5 years ago
|
||
bugherder |
Description
•