blob: 6604c688b10144742122f595e386e9e68fe36d1d [file] [log] [blame]
<!DOCTYPE html>
<html><head>
<title>Ping</title>
<script src="resources/utilities.js"></script>
<script>
if (window.testRunner && window.internals) {
testRunner.dumpAsText();
internals.settings.setHyperlinkAuditingEnabled(true);
testRunner.waitUntilDone();
}
function test()
{
setCookie();
clickElement(document.getElementById("a"));
}
window.onload = function ()
{
clearLastPingResultAndRunTest(test);
}
</script>
</head>
<body>
<img src="non-existent-image.jpg">
<a id="a" href="../resources/check-ping.py" ping="../resources/save-ping.py">Navigate and send ping</a>
</body></html>