[wpt-sync] Sync PR 44189 - Move main resource test functions into helper js
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44189 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44189
Details from upstream follow.
sisidovski <sisidovski@chromium.org> wrote:
Move main resource test functions into helper js
This CL moves some of functions in the main resource test file to the
helper js file in order to make them reusable from other tests.Bug: 1519727, 1511459
Change-Id: Idaede86258009d109bfcb72af734b2611357485c
Reviewed-on: https://chromium-review.googlesource.com/5232708
WPT-Export-Revision: 1ad3f9e7f81016226b5e3a42c536a5ba2dc5c6e6
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 7 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 8
Chrome
OK
: 2
PASS
: 3
FAIL
: 5
Safari
OK
: 2
FAIL
: 8
Links
Details
New Tests That Don't Pass
- /service-workers/service-worker/tentative/static-router/static-router-invalid-rules.https.html [wpt.fyi]
- addRoutes should raise for invalid request method.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- addRoutes should raise for invalid request method.:
- /service-workers/service-worker/tentative/static-router/static-router-main-resource.https.html [wpt.fyi]
- Main resource load matched with the condition:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Main resource load matched with the ignore case condition:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Main resource load matched without the ignore case condition:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Main resource load not matched with the condition:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Main reosurce load matched with the service worker having multiple rules:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Main resource load matched with the cache source:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Main resource fallback to the network when there is no cache entry:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Main resource load matched with the condition:
Comment 6•1 year ago
|
||
bugherder |
Description
•