diff options
Diffstat (limited to 'tests/wpt/meta/fetch/api/request/request-init-priority.any.js.ini')
-rw-r--r-- | tests/wpt/meta/fetch/api/request/request-init-priority.any.js.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/wpt/meta/fetch/api/request/request-init-priority.any.js.ini b/tests/wpt/meta/fetch/api/request/request-init-priority.any.js.ini new file mode 100644 index 00000000000..56ad957c341 --- /dev/null +++ b/tests/wpt/meta/fetch/api/request/request-init-priority.any.js.ini @@ -0,0 +1,14 @@ +[request-init-priority.any.html] + [new Request() throws a TypeError if any of RequestInit's members' values are invalid] + expected: FAIL + + [fetch() with an invalid priority returns a rejected promise with a TypeError] + expected: FAIL + + +[request-init-priority.any.worker.html] + [new Request() throws a TypeError if any of RequestInit's members' values are invalid] + expected: FAIL + + [fetch() with an invalid priority returns a rejected promise with a TypeError] + expected: FAIL |