gecko-dev/dom/base/test/file_history_document_open....

2 строки
158 B
HTML

<script>function f() { history.length; } window.onload = function() { var f = window.f; document.open(); document.close(); parent.continueTest(f); }</script>