blob: e62f4ab58f0a89c7cf08a445c3350ec49e6fd67c [file] [log] [blame]
<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>