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

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: tot-merge 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
Index: LayoutTests/webexposed/global-interface-listing-compositor-worker.html
diff --git a/LayoutTests/webexposed/global-interface-listing-compositor-worker.html b/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
new file mode 100644
index 0000000000000000000000000000000000000000..8bd191e08ca2a76f202bf28f0bd0ca6619ed47b6
--- /dev/null
+++ b/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<script src="../resources/js-test.js"></script>
+<script>
+description("This test documents all interface attributes and methods on CompositorWorkerGlobalScope.");
+if ('CompositorWorker' in window)
+ worker = startWorker("resources/global-interface-listing.js", "compositor");
+else
+ debug("No CompositorWorker available.");
+</script>

Powered by Google App Engine
This is Rietveld 408576698