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. |