javascript_src_allowed-href.html (487B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-hashes' 'nonce-abc' 5 'sha256-l0Wxf12cHMZT6UQ2zsQ7AcFSb6Y198d37Ki8zWITecM=';"> 6 <script src="/resources/testharness.js" nonce="abc"></script> 7 <script src="/resources/testharnessreport.js" nonce="abc"></script> 8 <script src="support/helper.js" nonce="abc"></script> 9 </head> 10 <body> 11 <script nonce="abc"> 12 runTest(true, '<a href>', ''); 13 </script> 14 </body> 15 </html>