blob: 49a74fe2381c695aadd61fe0eb0d67e6599b7dfa [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
function handleUnload()
{
var iframe = document.createElement('iframe');
iframe.src = 'about:blank';
document.body.appendChild(iframe);
}
</script>
<body onunload="handleUnload()">
</body>
</html>