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

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

Issue 1101583003: compositor-worker: Restrict the global interface in CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 8 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
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>

Powered by Google App Engine
This is Rietveld 408576698