| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html
|
| index 39fc9cca7849f8974f987a02912f316b51caa983..7b5e1ad8f6b08a42274eb44e1dfaca9c243d103e 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html
|
| @@ -6,9 +6,9 @@
|
| </head>
|
| <body>
|
| <script>
|
| - description("A 'frame-ancestors' CSP directive with a URL matching this origin should allow rendering.");
|
| + description("A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked.");
|
|
|
| - crossOriginFrameShouldBeBlocked(window.location.origin);
|
| + crossOriginFrameShouldBeBlocked("http://example.com/");
|
| </script>
|
| </body>
|
| </html>
|
|
|