blob: b598e3b77ec2878d6070113f25b6cacb6a98c097 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSP sandbox test</title>
</head>
<body>
This is a sandboxed document: <pre>Content-Security-Policy: sandbox allow-popups allow-pointer-lock allow-scripts</pre><br>
<iframe id="frame" sandbox="allow-scripts allow-popups allow-orientation-lock" src='sandboxed_child_frame.html'>
</iframe>
</body>
</html>