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