blob: 13e97d8e7e603decbb076d24ec745806b76bd772 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/js-test.js"></script>
<script>
description("This test documents all interface attributes and methods on SharedWorkerGlobalScope.");
worker = startWorker("resources/global-interface-listing.js", "shared");
</script>