| 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() {
|
|
|