haikuwebkit/LayoutTests/fast/dom/navigation-type-reload.html

8 lines
189 B
HTML

<script>
var RELOAD = 1;
testRunner.dumpAsText();
testRunner.queueLoad("resources/navigation-type-matches-querystring.html?" + RELOAD);
testRunner.queueReload();
</script>