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

Unified Diff: LayoutTests/webexposed/global-interface-listing-shared-worker.html

Issue 1140133003: js-test.js: Allow creating a CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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 | « LayoutTests/webexposed/global-interface-listing-dedicated-worker.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webexposed/global-interface-listing-shared-worker.html
diff --git a/LayoutTests/webexposed/global-interface-listing-shared-worker.html b/LayoutTests/webexposed/global-interface-listing-shared-worker.html
index 0c1178d8de6a47aa2b834b46e4bef3bed7a170a7..13e97d8e7e603decbb076d24ec745806b76bd772 100644
--- a/LayoutTests/webexposed/global-interface-listing-shared-worker.html
+++ b/LayoutTests/webexposed/global-interface-listing-shared-worker.html
@@ -2,5 +2,5 @@
<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 */);
+worker = startWorker("resources/global-interface-listing.js", "shared");
</script>
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-dedicated-worker.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698