| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html
|
| index 51c3e03e49465ebd0142a84678de0dfc87cbfaeb..46a4725f90a13112edd77d8d724fbc4f258a28ee 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html
|
| @@ -1,7 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<head></head>
|
| +<body>
|
| +<iframe src="resources/sandbox.php?sandbox=&script-in-subframe=true"></iframe>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| </script>
|
| -<meta http-equiv="Content-Security-Policy" content="sandbox">
|
| -This test passes if it doesn't alert fail.
|
| -<iframe src="data:text/html,<script>alert('FAIL');</script>"></iframe>
|
| +This test passes if the grandchild iframe doesn't log a message.
|
| +</body>
|
| +</html>
|
|
|