OLD | NEW |
---|---|
(Empty) | |
1 <script> | |
2 if (window.testRunner) | |
3 testRunner.dumpAsText(); | |
4 </script> | |
5 <meta http-equiv="Content-Security-Policy" content="sandbox allow-scripts"> | |
6 This test passes if it does alert pass. | |
7 <script> | |
8 console.log('PASS'); | |
9 </script> | |
OLD | NEW |