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

2 строки
164 B
HTML

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