blob: c32383bc803e731c4cad786ae56732f9d628e7d7 [file] [log] [blame]
<?php
header("Content-Security-Policy-Report-Only: img-src 'none'; report-uri resources/does-not-exist");
?>
<!DOCTYPE html>
<html>
<head>
<script src="resources/report-test.js"></script>
</head>
<body>
<p>This tests that multiple violations on a page trigger multiple reports.
The test passes if two PingLoader callbacks are visible in the output.</p>
<img src="../resources/abe.png">
<img src="../resources/eba.png">
</body>
</html>