fune/dom/base/test/file_history_document_open.html
2019-06-25 07:12:51 +00:00

1 line
164 B
HTML

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