Files
sousa-gecko/editor/libeditor/tests/file_bug674770-1.html
T

8 lines
174 B
HTML

<!DOCTYPE>
<script>
var bc = SpecialPowers.wrap(BroadcastChannel).unpartitionedTestingChannel("bug674770");
bc.postMessage("clicked");
bc.close();
close();
</script>