blob: fb34fa51f2d0c078a9812dd3bd4541c09ab6bdfd [file] [log] [blame]
<html>
<title>sandboxed_frames</title>
<head></head>
<body>
<iframe id="child-1" src="sandboxed_child_frame.html"></iframe>
<iframe id="child-2" sandbox="allow-scripts allow-pointer-lock allow-orientation-lock" src="sandboxed_child_frame.html"></iframe>
</body>
</html>