summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_settimeout_inner.html
blob: 8a6626528da859be5606956e0fc614fc5714abbf (plain)
1
2
3
4
5
6
<script>window.onload = function runTest1() {
  document.open();
  // eslint-disable-next-line no-implied-eval
  setTimeout('parent.test1Done();');
  document.close();
}</script>