Index: chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js |
diff --git a/android_webview/test/data/script.js b/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js |
similarity index 79% |
copy from android_webview/test/data/script.js |
copy to chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js |
index d810e1a9c55935b4bd43cede188e7a2d65e13642..214ab10e201f37844274f6f20052897d14a12ab7 100644 |
--- a/android_webview/test/data/script.js |
+++ b/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js |
@@ -2,4 +2,5 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-script_was_loaded = true; |
+console.log('line1'); |
+console.log('line2'); |