haikuwebkit/LayoutTests/fast/dom/location-assign.html

16 lines
246 B
HTML

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