blob: 30e77c5800373b5191f19d6733e07497798dbcfa [file] [log] [blame]
<script>
window.onload = function() {
if (window.internals)
internals.updateLayoutAndRunPostLayoutTasks();
if (window.opener)
window.opener.postMessage('done', '*');
if (window.parent)
window.parent.postMessage('done', '*');
}
</script>
<object name='plugin' type='application/x-blink-test-plugin'></object>