haikuwebkit/LayoutTests/fast/dom/resources/new-location.html

11 lines
200 B
HTML

<html>
<script>
if (window.testRunner)
testRunner.notifyDone();
</script>
<body>
If this text is shown, that means that the document was successfully loaded using location.assign.
</body>
</html>