| <!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> |