Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / 1.1 / frame-ancestors / frame-ancestors-url-block.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <script src="/js-test-resources/js-test.js"></script>
5     <script src="../../resources/frame-ancestors-test.js"></script>
6 </head>
7 <body>
8     <script>
9         description("A 'frame-ancestors' CSP directive with a URL which doesn't match this origin should be blocked.");
10
11         crossOriginFrameShouldBeBlocked("http://example.com/");
12     </script>
13 </body>
14 </html>