Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <meta http-equiv="Content-Security-Policy" content="default-src 'sha256- qYLfI6En65ykBzcRp14iPwE+5tYvOnoWhLlGH9eVub4='"> | |
| 5 <script> | |
| 6 if (window.testRunner) | |
| 7 testRunner.dumpAsText(); | |
| 8 alert('PASS'); | |
|
Mike West
2015/09/22 04:37:38
Nit: See below.
jww
2015/09/22 16:55:37
Done.
| |
| 9 </script> | |
| 10 </head> | |
| 11 <body> | |
| 12 <p> | |
| 13 This tests that hash values in default-src carry to scripts. It | |
| 14 passes if no console warning is visible, and only PASS messages are | |
| 15 shown. | |
| 16 </p> | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |