javascript_src_allowed-href_blank.html (501B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-hashes' 'nonce-abc' 5 'sha256-N5bidCKdNO1nSPa1G7MdL6S7Y7MKZ7UMIS/40JBMSe4=';"> 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 target=_blank>', ''); 13 </script> 14 </body> 15 </html>