Index: LayoutTests/webexposed/global-interface-listing-compositor-worker.html |
diff --git a/LayoutTests/webexposed/global-interface-listing-shared-worker.html b/LayoutTests/webexposed/global-interface-listing-compositor-worker.html |
similarity index 55% |
copy from LayoutTests/webexposed/global-interface-listing-shared-worker.html |
copy to LayoutTests/webexposed/global-interface-listing-compositor-worker.html |
index 0c1178d8de6a47aa2b834b46e4bef3bed7a170a7..936e1439a6fd35ea2f04c108d88648a95b871537 100644 |
--- a/LayoutTests/webexposed/global-interface-listing-shared-worker.html |
+++ b/LayoutTests/webexposed/global-interface-listing-compositor-worker.html |
@@ -1,6 +1,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", true /* shared */); |
+description("This test documents all interface attributes and methods on CompositorWorkerGlobalScope."); |
+worker = startWorker("resources/global-interface-listing.js", "compositor"); |
</script> |