haikuwebkit/LayoutTests/fast/dom/navigation-type-back-forwar...

9 lines
251 B
HTML

<script>
var BACK_FORWARD = 2;
testRunner.dumpAsText();
testRunner.queueLoad("resources/navigation-type-matches-querystring.html?" + BACK_FORWARD);
testRunner.queueLoad("about:blank");
testRunner.queueBackNavigation(1);
</script>