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

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

Issue 2889423003: Unify webexposed/global-interface-listing scripts (Closed)
Patch Set: Rebased Created 3 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: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
index 8bd191e08ca2a76f202bf28f0bd0ca6619ed47b6..d5106c13fcfcb5efe3b1278959a7111b0d864fb3 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
@@ -3,7 +3,7 @@
<script>
description("This test documents all interface attributes and methods on CompositorWorkerGlobalScope.");
if ('CompositorWorker' in window)
- worker = startWorker("resources/global-interface-listing.js", "compositor");
+ worker = startWorker("resources/global-interface-listing-worker.js", "compositor");
else
debug("No CompositorWorker available.");
</script>

Powered by Google App Engine
This is Rietveld 408576698