<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> |