chromium/third_party/blink/web_tests/webexposed/global-interface-listing-dedicated-worker.html

<!DOCTYPE html>
<script src="../resources/js-test.js"></script>
<script>
description("This test documents all interface attributes and methods on DedicatedWorkerGlobalScope.");
worker = startWorker("resources/global-interface-listing-worker.js");
worker.postMessage({ platformSpecific: false });
</script>