OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <script src="../resources/js-test.js"></script> | 2 <script src="../resources/js-test.js"></script> |
3 <script> | 3 <script> |
4 description("This test documents all interface attributes and methods on SharedW orkerGlobalScope."); | 4 description("This test documents all interface attributes and methods on Composi torWorkerGlobalScope."); |
5 worker = startWorker("resources/global-interface-listing.js", true /* shared */) ; | 5 worker = startWorker("resources/global-interface-listing.js", "compositor"); |
6 </script> | 6 </script> |
OLD | NEW |