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