/fetch/api/cors/cors-preflight-star.any.html| status | subtest | message |
|---|---|---|
| PASS | CORS that succeeds with credentials: false; method: GET (allowed: get); header: X-Test,1 (allowed: x-test) | |
| FAIL | CORS that succeeds with credentials: false; method: SUPER (allowed: *); header: X-Test,1 (allowed: x-test) | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: SUPER" |
| FAIL | CORS that succeeds with credentials: false; method: OK (allowed: *); header: X-Test,1 (allowed: *) | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: OK" |
| PASS | CORS that fails with credentials: true; method: OK (allowed: *); header: X-Test,1 (allowed: *) | |
| FAIL | CORS that fails with credentials: true; method: PUT (allowed: *); header: (allowed: ) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | CORS that fails with credentials: true; method: GET (allowed: get); header: X-Test,1 (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | CORS that fails with credentials: true; method: GET (allowed: *); header: X-Test,1 (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | CORS that succeeds with credentials: true; method: * (allowed: *); header: *,1 (allowed: *) | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: *" |
| PASS | CORS that succeeds with credentials: true; method: GET (allowed: GET); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: get (allowed: GET); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: GET (allowed: get); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: get (allowed: get); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: HEAD (allowed: HEAD); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: head (allowed: HEAD); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: HEAD (allowed: head); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: head (allowed: head); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: POST (allowed: POST); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: post (allowed: POST); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: POST (allowed: post); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: post (allowed: post); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: DELETE (allowed: DELETE); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: delete (allowed: DELETE); header: (allowed: *) | |
| FAIL | CORS that fails with credentials: true; method: DELETE (allowed: delete); header: (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | CORS that fails with credentials: true; method: delete (allowed: delete); header: (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| PASS | CORS that succeeds with credentials: true; method: PUT (allowed: PUT); header: (allowed: *) | |
| PASS | CORS that succeeds with credentials: true; method: put (allowed: PUT); header: (allowed: *) | |
| FAIL | CORS that fails with credentials: true; method: PUT (allowed: put); header: (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | CORS that fails with credentials: true; method: put (allowed: put); header: (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| PASS | CORS that succeeds with credentials: true; method: PATCH (allowed: PATCH); header: (allowed: *) | |
| FAIL | CORS that fails with credentials: true; method: patch (allowed: PATCH); header: (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | CORS that fails with credentials: true; method: PATCH (allowed: patch); header: (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| PASS | CORS that succeeds with credentials: true; method: patch (allowed: patch); header: (allowed: *) | |
| FAIL | CORS that fails with credentials: false; method: POST (allowed: *); header: Authorization,123 (allowed: *) | assert_unreached: Should have rejected: undefined Reached unreachable code |
| PASS | CORS that succeeds with credentials: false; method: POST (allowed: *); header: Authorization,123 (allowed: *, Authorization) |
bundle built 2026-07-16T07:16:48.063Z