| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/target-for-frame-that-navigates-itself.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/target-for-frame-that-navigates-itself.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/target-for-frame-that-navigates-itself.html
|
| index 1c6eb0de272c55d49b9b6c21f1f4722544d0d11b..63dd8e34072a13b1f827c3314dc7d20b77347e41 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/target-for-frame-that-navigates-itself.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/target-for-frame-that-navigates-itself.html
|
| @@ -3,5 +3,8 @@
|
| <body>
|
| We should not get here - CSP from frame-src-child-frame-navigates-itself.html
|
| should prevent navigation to an origin other than https://localhost:8443.
|
| + <script>
|
| + top.postMessage('loaded', '*');
|
| + </script>
|
| </body>
|
| </html>
|
|
|