1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / sandbox_main_frame_csp.html [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>