[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / frames / sandboxed-iframe-navigation-top-denied.html
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5     layoutTestController.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <p>This test verifies that a sandboxed IFrame cannot navigate the top-level
10 frame without allow-top-navigation.  This test passes if the navigation does
11 not occur.</p>
12 <iframe sandbox="allow-scripts"
13         src="resources/navigate-top-to-fail.html">
14 </body>
15 </html>