Andrew Top | 61a8495 | 2019-04-30 15:07:33 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <title>script-hash allowed from default-src</title> | ||||
5 | <script src="/resources/testharness.js"></script> | ||||
6 | <script src="/resources/testharnessreport.js"></script> | ||||
7 | |||||
8 | <script>done();</script> | ||||
9 | </head> | ||||
10 | |||||
11 | <body> | ||||
12 | <div id="log"></div> | ||||
13 | <script async defer src="../support/checkReport.sub.js?reportExists=false"></script> | ||||
14 | </body> | ||||
15 | </html> |