Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt

Issue 1835463002: Stop supporting invalid CSP directives in meta tags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove service worker extendable event test Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
index ef1187a501b24851ef22d8af8ce75b4f886b7e50..2441e67fb7d1a79bfff5cba073e4d5c9e157e507 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>alert('FAIL');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
-This test passes if it doesn't alert fail.
+CONSOLE ERROR: Blocked script execution in 'data:text/html,<script>console.log('Script executed in child frame');</script>' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+ This test passes if the grandchild iframe doesn't log a message.

Powered by Google App Engine
This is Rietveld 408576698