[wpt-sync] Sync PR 26791 - Subresource WebBundle: Support loading urn:uuid resources from WebBundle
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox86 fixed)
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26791 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26791
Details from upstream follow.
b'Kunihiko Sakamoto <ksakamoto@chromium.org>' wrote:
Subresource WebBundle: Support loading urn:uuid resources from WebBundle
This allows the urn: scheme in WebBundles' inner URLs, in addition to
http and https.Bug: 1082020
Change-Id: I5582444e6d4f6ab29b83045a3d37a13f078071dbReviewed-on: https://chromium-review.googlesource.com/2578300
WPT-Export-Revision: 0f84da25b1b971f4435302be0d13e430aaba4792
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 10 subtests
Status Summary
Firefox
PASS : 1
FAIL : 4
TIMEOUT: 2
NOTRUN : 4
Chrome
PASS : 1
FAIL : 4
TIMEOUT: 2
NOTRUN : 4
Safari
PASS : 1
FAIL : 4
TIMEOUT: 2
NOTRUN : 4
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-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-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)
Subresource loading with WebBundle: FAIL (Chrome: FAIL, Safari: FAIL)
Subresource loading with WebBundle (Fetch API): FAIL (Chrome: FAIL, Safari: FAIL)
Dynamically adding / updating / removing "<link rel=webbundle>": FAIL (Chrome: FAIL, Safari: FAIL)
Dynamically loading classic script from web bundle: FAIL (Chrome: FAIL, Safari: FAIL)
<link rel="webbundle"> fires a load event on load success: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
<link rel="webbundle"> fires an error event on load failure: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Subresource URL must be same-origin with bundle URL: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Subresource loading with urn:uuid: URL: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Updating resource= attribute should not reload the bundle: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
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-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-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
•