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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-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-dedicated-worker.html
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
index f145464cb8f0f0392d0239ecd9839ace0482ac95..ebe912576ac0dc44f33e5f46c20ef22f5c67f997 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
@@ -2,5 +2,5 @@
<script src="../resources/js-test.js"></script>
<script>
description("This test documents all interface attributes and methods on DedicatedWorkerGlobalScope.");
-worker = startWorker("resources/global-interface-listing.js");
+worker = startWorker("resources/global-interface-listing-worker.js");
</script>

Powered by Google App Engine
This is Rietveld 408576698