kitesurf · WPT

FAIL
expected FAIL · 1953 ms
▶ run in kitesurf
Test
/fetch/api/request/request-init-priority.any.html
Actual
FAIL
Expected
FAIL
Unexpected
no
Duration
1953 ms
Harness
OK
Counts
Reason
Run
https://kitesurf.rendering.cfdata.org/?url=http%3A%2F%2Fwpt.live%2Ffetch%2Fapi%2Frequest%2Frequest-init-priority.any.html ↗
Upstream
view on github.com/web-platform-tests/wpt ↗

Subtests

statussubtestmessage
PASSnew Request() with a 'high' priority does not throw an error
PASSnew Request() with a 'low' priority does not throw an error
PASSnew Request() with a 'auto' priority does not throw an error
FAILnew Request() throws a TypeError if any of RequestInit's members' values are invalidassert_throws_js: a new Request() must throw a TypeError if RequestInit's priority is an invalid value function "() => { new Request("", {priority: 'invalid'}); }" did not throw
PASSfetch() with a 'high' priority completes successfully
PASSfetch() with a 'low' priority completes successfully
PASSfetch() with a 'auto' priority completes successfully
FAILfetch() with an invalid priority returns a rejected promise with a TypeErrorassert_unreached: Should have rejected: undefined Reached unreachable code

bundle built 2026-07-16T07:16:48.063Z