Index: LayoutTests/webexposed/global-constructors-listing-shared-worker.html |
diff --git a/LayoutTests/webexposed/global-constructors-listing-worker.html b/LayoutTests/webexposed/global-constructors-listing-shared-worker.html |
similarity index 67% |
rename from LayoutTests/webexposed/global-constructors-listing-worker.html |
rename to LayoutTests/webexposed/global-constructors-listing-shared-worker.html |
index aeccebd2b645befa518b613566fdf57834941c20..9af0c6de4d5ff93d8ddc6ba5839b16ff58ba87c1 100644 |
--- a/LayoutTests/webexposed/global-constructors-listing-worker.html |
+++ b/LayoutTests/webexposed/global-constructors-listing-shared-worker.html |
@@ -4,9 +4,9 @@ |
</head> |
<body> |
<script> |
-description("This test documents the Constructor properties on the global worker context."); |
+description("This test documents the Constructor properties on SharedWorkerGlobalScope."); |
-worker = startWorker("resources/global-context-constructors-listing.js"); |
+worker = startWorker("resources/global-context-constructors-listing.js", true /* shared */); |
</script> |
<script src="../fast/js/resources/js-test-post.js"></script> |
</body> |