Index: LayoutTests/webexposed/global-constructors-listing-dedicated-worker.html |
diff --git a/LayoutTests/webexposed/global-constructors-listing-worker.html b/LayoutTests/webexposed/global-constructors-listing-dedicated-worker.html |
similarity index 66% |
copy from LayoutTests/webexposed/global-constructors-listing-worker.html |
copy to LayoutTests/webexposed/global-constructors-listing-dedicated-worker.html |
index aeccebd2b645befa518b613566fdf57834941c20..a9f475a30cdfc38d176125d73d10312601b09ab1 100644 |
--- a/LayoutTests/webexposed/global-constructors-listing-worker.html |
+++ b/LayoutTests/webexposed/global-constructors-listing-dedicated-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 DedicatedWorkerGlobalScope."); |
-worker = startWorker("resources/global-context-constructors-listing.js"); |
+worker = startWorker("resources/global-context-constructors-listing.js", false /* shared */); |
</script> |
<script src="../fast/js/resources/js-test-post.js"></script> |
</body> |