Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script src="resources/report-test.js"></script> | |
| 5 <meta http-equiv="Content-Security-Policy-Report-Only" content="img-src 'non e'; report-uri resources/does-not-exist"> | |
| 6 </head> | |
| 7 <body> | |
| 8 <p>This tests that multiple violations on a page trigger multiple reports. | |
| 9 The test passes if two PingLoader callbacks are visible in the output.</p> | |
| 10 <img src="../resources/abe.png"> | |
| 11 <img src="../resources/eba.png"> | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |