Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity-expected.txt |
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity-expected.txt |
deleted file mode 100644 |
index d0f93ab9f3d4bd79b6d2772d8639d509de04ce0f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity-expected.txt |
+++ /dev/null |
@@ -1,4 +0,0 @@ |
-CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256;yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8='). The hash algorithm must be one of 'sha256', 'sha384', or 'sha512', followed by a '-' character. |
-CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256:yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8='). The hash algorithm must be one of 'sha256', 'sha384', or 'sha512', followed by a '-' character. |
-CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256-(yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8=)'). The digest must be a valid, base64-encoded value. |
-This test passes if no 'FAIL' alert appears. |