| <!DOCTYPE html> | |
| <script src="../resources/js-test.js"></script> | |
| <script> | |
| description("This test documents all interface attributes and methods on CompositorWorkerGlobalScope."); | |
| if ('CompositorWorker' in window) | |
| worker = startWorker("resources/global-interface-listing.js", "compositor"); | |
| else | |
| debug("No CompositorWorker available."); | |
| </script> |