forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D35711 --HG-- extra : moz-landing-system : lando
1 line
164 B
HTML
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>
|