haikuwebkit/LayoutTests/fast/history/forward-during-load.html

13 lines
225 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
history.forward();
</script>
</head>
<body>
PASS Calling history.forward() above shouldn't prevent the rest of the page from loading.
</body>
</html>