haikuwebkit/LayoutTests/plugins/resources/geturlnotify-on-destroy.html

11 lines
328 B
HTML

<body>
<embed id="testPlugin" type="application/x-webkit-test-netscape" width="20" height="20" testGetURLOnDestroy>
<script>
var plugin = document.getElementById('testPlugin');
plugin.logDestroy = true;
window.opener.setTimeout('setTimeout("testRunner.notifyDone()", 50)', 0);
window.close();
</script>
</body>