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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 строки
127 B
HTML
Исходник Обычный вид История

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