blob: 11a63232904bdc2288fa47f558975a6eecccfb51 [file] [log] [blame]
<script>
function runTest() {
var plugin = document.getElementById('testPlugin');
plugin.logDestroy = true;
window.opener.setTimeout('setTimeout("layoutTestController.notifyDone()",50)', 0);
window.close();
}
</script>
<body onload="runTest()">
<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed>
</body>