Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassEmbedded credentials are treated as network errors.
Asserts runNo asserts ran
PassEmbedded credentials are treated as network errors in frames.
Asserts run
Pass
assert_equals("Error", "Error", "The image should not load.")
    at Test.<anonymous> ( /fetch/security/embedded-credentials.tentative.sub.html:19:11)
PassEmbedded credentials are treated as network errors in new windows.
Asserts run
Pass
assert_equals("Error", "Error", "The image should not load.")
    at Test.<anonymous> ( /fetch/security/embedded-credentials.tentative.sub.html:36:11)
PassEmbedded credentials matching the top-level are not treated as network errors for relative URLs.
Asserts run
Pass
assert_equals("Load", "Load", "The image should load.")
    at Test.<anonymous> ( /fetch/security/embedded-credentials.tentative.sub.html:52:11)
PassEmbedded credentials matching the top-level are not treated as network errors for same-origin URLs.
Asserts run
Pass
assert_equals("Load", "Load", "The image should load.")
    at Test.<anonymous> ( /fetch/security/embedded-credentials.tentative.sub.html:68:11)
PassEmbedded credentials matching the top-level are treated as network errors for cross-origin URLs.
Asserts run
Pass
assert_equals("Error", "Error", "The image should load.")
    at Test.<anonymous> ( /fetch/security/embedded-credentials.tentative.sub.html:84:11)