<!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-worker.js", "shared");
worker.port.postMessage({ platformSpecific: false });
</script>