tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / frames / sandboxed-iframe-navigation-top-by-constant-name.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController) {
5     layoutTestController.dumpAsText();
6     layoutTestController.waitUntilDone();
7 }
8 </script>
9 </head>
10 <body>
11 <p>This test verifies that a sandboxed IFrame can navigate the top-level frame with allow-top-navigation.</p>
12 <iframe sandbox="allow-scripts allow-top-navigation allow-same-origin"
13         src="resources/navigate-top-by-constant-name-to-pass.html">
14 </body>
15 </html>