summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources/window-close-during-parsing-popup2.html
blob: 9d0e682322bd76cfba14bed3d159b22172185825 (plain)
1
2
3
4
5
6
7
<html>
<body onload="window.print()">
<script>
window.close()
</script>
</body>
</html>