file_bug660404 (334B)
1 --testingtesting 2 Content-Type: text/html 3 4 <script> 5 var bc = new BroadcastChannel("bug660404_multipart"); 6 bc.postMessage({command: "finishTest", 7 textContent: window.document.documentElement.textContent, 8 innerHTML: window.document.documentElement.innerHTML 9 }); 10 bc.close(); 11 window.close(); 12 </script> 13 --testingtesting--