<html> | |
<script> | |
if (window.layoutTestController) { | |
layoutTestController.waitUntilDone(); | |
layoutTestController.dumpAsText(); | |
} | |
function runTests() { | |
window.location.assign('resources/new-location.html'); | |
} | |
</script> | |
<body onload="runTests();"> | |
FAIL | |
</body> | |
</html> |