blob: 5452db0384bea5d85ccbcb26e138caecfc3ff837 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Ping</title>
<script src="resources/utilities.js"></script>
<script>
var testCalled = false;
function test() {
if (!testCalled) {
if (window.testRunner && window.internals) {
testRunner.dumpAsText();
internals.settings.setHyperlinkAuditingEnabled(true);
testRunner.waitUntilDone();
}
testCalled = true;
return;
}
clickElement(document.getElementById("a"));
}
</script>
</head>
<body onload="test();">
<img src="../resources/delete-ping.php" onload="test();" onerror="test();"></img>
<a id="a" href="../resources/check-ping.php" ping="../resources/save-Ping.php">Navigate and send ping</a>
</body></html>