summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_history_document_open.html
blob: b9f05f7c2c821f85ca430921cf3f9c6c9628f0f0 (plain)
1
<script>function f() { history.length; } window.onload = function() { var func = window.f; document.open(); document.close(); parent.continueTest(func); }</script>