Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-expected.txt |
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1f9596a8a3361e35847a648a3e40c098bb3458f4 |
--- /dev/null |
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-no-cors-expected.txt |
@@ -0,0 +1,11 @@ |
+CONSOLE ERROR: Subresource Integrity: The resource 'http://localhost:8000/security/resources/cors-style.php?credentials=true&cors=false' has an integrity attribute, but the resource requires CORS to be enabled to check the integrity, and it is not. The resource has been blocked. |
+The test passes if the style fails to load and there is also a console error saying that the specified integrity attribute cannot be enforced because the resource is not CORS enabled. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS divBackground is "rgb(255, 0, 0)" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |