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

Unified Diff: Source/core/testing/PrivateScriptTest.js

Issue 376553004: Split out tests of private scripts from Internals to PrivateScriptTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/core/testing/PrivateScriptTest.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PrivateScriptTest.js
diff --git a/Source/core/testing/Internals.js b/Source/core/testing/PrivateScriptTest.js
similarity index 98%
rename from Source/core/testing/Internals.js
rename to Source/core/testing/PrivateScriptTest.js
index 7e53aa188ea5dabafd57556b96660dd495de56df..21c04ff14709c08ff22ce012994e24f135e41fbd 100644
--- a/Source/core/testing/Internals.js
+++ b/Source/core/testing/PrivateScriptTest.js
@@ -4,7 +4,7 @@
"use strict";
-installClass("Internals", function(global) {
+installClass("PrivateScriptTest", function(global) {
var InternalsPrototype = Object.create(Element.prototype);
InternalsPrototype.constructor = function() {
« no previous file with comments | « Source/core/testing/PrivateScriptTest.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698