summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_bug660404
blob: ed773420ef8852a0cdf487475fd8fd629941c336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--testingtesting
Content-Type: text/html

<script>
  var bc = new BroadcastChannel("bug660404_multipart");
  bc.postMessage({command: "finishTest",
    textContent: window.document.documentElement.textContent,
    innerHTML: window.document.documentElement.innerHTML
  });
  bc.close();
  window.close();
</script>
--testingtesting--