blob: af24a43bb2086c4d6922c15d9d83662f8346cbda [file] [log] [blame]
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.onload = function () {
window.location = "/security/contentSecurityPolicy/resources/echo-report.php?test=<?php echo $_GET['test']; ?>";
}