Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: LayoutTests/webexposed/global-constructors-listing-dedicated-worker.html

Issue 17826003: Expose WorkerGlobalScope interface in worker environment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bindings tests Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698