summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker.html
blob: 13e97d8e7e603decbb076d24ec745806b76bd772 (plain)
1
2
3
4
5
6
<!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>