gecko-dev/dom/base/test/file_settimeout_inner.html

2 строки
127 B
HTML

<script>window.onload = function runTest1() { document.open(); setTimeout('parent.test1Done();'); document.close(); }</script>