014-1.html (264B)
1 <script> 2 onload = parent.t.step_func(function() { 3 setTimeout(parent.t.step_func(function() { 4 parent.assert_equals(document.open(), document); 5 setTimeout(parent.t.step_func(function() {parent.t.done()}), 0); 6 document.close(); 7 }), 100) 8 }); 9 </script>