blob: 1a5c3abe652494ba9add48c96f02e880ed59cc08 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<p>This tests passes if the sandboxed frame cannot navigate the top frame.</p>
<p>PASS</p>
<iframe sandbox="allow-forms allow-scripts"
src="resources/sandboxed-iframe-form-top.html">
</iframe>
</body>
</html>