OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inlin e'"> | |
5 </head> | |
6 <body> | |
7 <div id="result" text="FAIL">PASS</div> | |
8 | |
9 <script> | |
10 if (window.testRunner) | |
11 testRunner.dumpAsText(); | |
12 a=document.createElement('script'); | |
13 a.src='http://localhost:8000/security/contentSecurityPolicy/resources/scri pt.js'; | |
14 document.body.appendChild(a); | |
15 </script> | |
16 </body> | |
17 </html> | |
OLD | NEW |