Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passfetching "top.txt" without ACAO should be rejected.
Asserts run
Pass
assert_equals("rejected", "rejected")
    at Test.<anonymous> ( /fetch/api/cors/data-url-shared-worker.html:30:5)
Passfetching "top.txt" with CORS allowing null origin should be allowed.
Asserts run
Pass
assert_equals("allowed", "allowed")
    at Test.<anonymous> ( /fetch/api/cors/data-url-shared-worker.html:30:5)
Passfetching data url script should be allowed.
Asserts run
Pass
assert_equals("allowed", "allowed")
    at Test.<anonymous> ( /fetch/api/cors/data-url-shared-worker.html:30:5)