multiple-policies.https.sub.html (502B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta name="timeout" content="long"> 5 <title>Test that reports for same-origin subresources are sent with hashes</title> 6 <script src='/resources/testharness.js'></script> 7 <script src='/resources/testharnessreport.js'></script> 8 <script src='/reporting/resources/report-helper.js'></script> 9 </head> 10 <body> 11 <!-- Actually run the tests. --> 12 <script src='resources/report-hash-test-runner.sub.js'></script> 13 <script> 14 run_tests(); 15 </script> 16 </body> 17 </html>