Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt |
index 5956ea0e37bb4e59d14cb79a81f91c5173aaf9c7..906c5606cff7656db8854f4e51de8ca938d9e8af 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt |
@@ -1,30 +1,30 @@ |
CONSOLE ERROR: Refused to load the image 'http://127.0.0.1:8000/security/resources/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: |
CONSOLE MESSAGE: line 15: PASS (1/12) |
CONSOLE ERROR: line 1: Refused to load the stylesheet 'http://127.0.0.1:8000/security/resources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 1: |
CONSOLE MESSAGE: line 15: PASS (2/12) |
CONSOLE MESSAGE: line 15: PASS (3/12) |
CONSOLE MESSAGE: line 15: PASS (4/12) |
CONSOLE ERROR: line 27: Refused to load the image 'http://127.0.0.1:8000/security/resources/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 27: |
CONSOLE MESSAGE: line 15: PASS (5/12) |
CONSOLE ERROR: line 1: Refused to load the stylesheet 'http://127.0.0.1:8000/security/resources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 1: |
CONSOLE MESSAGE: line 15: PASS (6/12) |
CONSOLE MESSAGE: line 15: PASS (7/12) |
CONSOLE ERROR: line 1: Refused to load the stylesheet 'http://127.0.0.1:8000/security/resources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 1: |
CONSOLE MESSAGE: line 15: PASS (8/12) |
CONSOLE ERROR: line 27: Refused to load the image 'http://127.0.0.1:8000/security/resources/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 27: |
CONSOLE MESSAGE: line 15: PASS (9/12) |
CONSOLE MESSAGE: line 15: PASS (10/12) |
CONSOLE ERROR: line 27: Refused to load the image 'http://127.0.0.1:8000/security/resources/abe.png' because it violates the following Content Security Policy directive: "default-src https:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 27: |
CONSOLE MESSAGE: line 15: PASS (11/12) |
CONSOLE ERROR: line 1: Refused to load the stylesheet 'http://127.0.0.1:8000/security/resources/cssStyle.css' because it violates the following Content Security Policy directive: "default-src https:". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback. |
- |
+CONSOLE ERROR: line 1: |
CONSOLE MESSAGE: line 15: PASS (12/12) |
This test ensures that registering a scheme as bypassing CSP actually bypasses CSP. This test passes if only PASSes are generated. |