blob: 9c8d705e12a32c32b3ffb4b3cb053070fe83d7e9 [file] [log] [blame]
<script>
var tmp = window.name;
window.name = "crash";
layoutTestController.dumpAsText();
layoutTestController.queueLoad("resources/go-back-to-changed-name2.html?" + tmp);
layoutTestController.queueLoad("resources/go-back-to-changed-name3.html");
layoutTestController.queueBackNavigation(1);
</script>