Index: third_party/WebKit/LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-iframes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-iframes-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-iframes-expected.txt |
index 7e5f81e2a70a6fcd27f99031fcd67d9e1db60a0a..944eb721f28074bd4c90609680b71cec6a3f8dfb 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-iframes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-iframes-expected.txt |
@@ -1,11 +1,11 @@ |
ALERT: Running test #6 |
CONSOLE ERROR: Refused to frame 'http://127.0.0.1:8000/security/isolatedWorld/resources/iframe.php?test=6' because it violates the following Content Security Policy directive: "frame-src 'none'". |
- |
+CONSOLE ERROR: |
ALERT: Running test #5 |
CONSOLE ERROR: Refused to frame 'http://127.0.0.1:8000/security/isolatedWorld/resources/iframe.php?test=5' because it violates the following Content Security Policy directive: "frame-src 'none'". |
- |
+CONSOLE ERROR: |
ALERT: Running test #4 |
ALERT: Starting to bypass main world's CSP: |
@@ -16,11 +16,11 @@ ALERT: iframe loaded in test #3.5 |
ALERT: Running test #2 |
CONSOLE ERROR: Refused to frame 'http://127.0.0.1:8000/security/isolatedWorld/resources/iframe.php?test=2.5' because it violates the following Content Security Policy directive: "frame-src 'none'". |
- |
+CONSOLE ERROR: |
ALERT: Running test #1 |
CONSOLE ERROR: Refused to frame 'http://127.0.0.1:8000/security/isolatedWorld/resources/iframe.php?test=1' because it violates the following Content Security Policy directive: "frame-src 'none'". |
- |
+CONSOLE ERROR: |
ALERT: Running test #0 |
This test ensures that iframes loaded from isolated worlds marked with their own Content Security Policy aren't affected by the page's content security policy. Extensions, for example, should be able to load any resource they like. |