blob: 1bf7f41e00f4bec946525640054e2904d6d0157e [file] [log] [blame]
<!doctype html>
<p>This window should close itself and the test result appear in the original window
<script>
onload = function() {
setTimeout(function() {opener.do_test(history.length); window.close();}, 100);
}
</script>