This page tries to load assets from itself.
This should fail as child1 has Header set X-Frame-Options DENY
.
This should fail as child2 has Header set X-Frame-Options SAMEORIGIN
.
This should work as child3 has Header add Content-Security-Policy "frame-ancestors 'self' http://child2.marcpatterson.com;"
.