Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passlocation.reload() of empty iframe.
Asserts run
Pass
assert_equals("img blocked", "img blocked", "Image should be blocked by CSP inherited from the parent.")
    at Test.<anonymous> ( /content-security-policy/inheritance/location-reload.html:52:5)
Pass
assert_equals("img blocked", "img blocked", "Image should be blocked by CSP after reload.")
    at Test.<anonymous> ( /content-security-policy/inheritance/location-reload.html:65:5)
Passlocation.reload() of blob URL iframe.
Asserts run
Pass
assert_equals("img blocked", "img blocked", "Image should be blocked by CSP inherited from navigation initiator.")
    at Test.<anonymous> ( /content-security-policy/inheritance/location-reload.html:81:5)
Pass
assert_equals("img blocked", "img blocked", "Image should be blocked by CSP after reload.")
    at Test.<anonymous> ( /content-security-policy/inheritance/location-reload.html:91:5)
Passlocation.reload() of srcdoc iframe.
Asserts run
Pass
assert_equals("img blocked", "img blocked", "Image should be blocked by CSP inherited from navigation initiator.")
    at Test.<anonymous> ( /content-security-policy/inheritance/location-reload.html:106:5)
Pass
assert_equals("img blocked", "img blocked", "Image should be blocked by CSP after reload.")
    at Test.<anonymous> ( /content-security-policy/inheritance/location-reload.html:116:5)