1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / frame-ancestors-none.html [blame]

<!DOCTYPE html>
<html>
<head>
<title>This page should NOT load in a frame</title>
</head>
<body>
This page cannot be loaded in an iframe because its CSP specifies frame-ancestors 'none'.
</body>
</html>