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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing.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.html
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
index eb3f372d32cfa927fc023d9f271a77919bcb81aa..ec67dfc77b24906a4dd0434ee4f9e15243cf327c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html
@@ -4,7 +4,8 @@
var propertyNamesInGlobal = Object.getOwnPropertyNames(this);
</script>
<script src="../resources/js-test.js"></script>
-<script src="resources/global-interface-listing.js"></script>
+<script src="../resources/global-interface-listing.js"></script>
<script>
description("This test documents all interface attributes and methods on the global window object and element instances.");
+globalInterfaceListing(this, propertyNamesInGlobal, debug);
</script>

Powered by Google App Engine
This is Rietveld 408576698