blob: 03d7ed7eb65c72feb7a810c5afa470621c547f4e [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
testRunner.dumpFrameLoadCallbacks();
}
function runTest() {
window.location.replace('http://127.0.0.1:8000/resources/redirect.php?url=notify-done.html&refresh=0');
}
</script>
<body onload="setTimeout('runTest();', 10);">
This tests basic functionality of the HistoryDelegate, including tracking a few forms of redirects.<br>
</body>