report-frame-ancestors.sub.html (463B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <title>Reporting works with frame-ancestors</title> 7 </head> 8 <body> 9 <iframe src="./support/not-embeddable-frame.py?reportID={{$id:uuid()}}"></iframe> 10 <script async defer src='../support/checkReport.sub.js?reportField=violated-directive&reportValue=frame-ancestors&reportID={{$id}}'></script> 11 </body> 12 </html>