Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-navigation-top-by-constant-name.html
blobcf31b7f509ad002b7d4fafa8345b9a004881d601
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
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>