Index: chrome/test/data/extensions/api_test/override/newtab2/newtab.html |
diff --git a/chrome/test/data/extensions/api_test/override/newtab/newtab.html b/chrome/test/data/extensions/api_test/override/newtab2/newtab.html |
similarity index 88% |
copy from chrome/test/data/extensions/api_test/override/newtab/newtab.html |
copy to chrome/test/data/extensions/api_test/override/newtab2/newtab.html |
index c1b06d3072345a1bdd0e16e88dc243a35766a558..de437c5e2fee2981f045b8701bc0a7701d5a9ce3 100644 |
--- a/chrome/test/data/extensions/api_test/override/newtab/newtab.html |
+++ b/chrome/test/data/extensions/api_test/override/newtab2/newtab.html |
@@ -1,7 +1,10 @@ |
-<!-- |
- * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this |
- * source code is governed by a BSD-style license that can be found in the |
- * LICENSE file. |
---> |
-<script src="newtab.js"></script> |
-New Tab Override! |
+<!-- |
+ * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this |
+ * source code is governed by a BSD-style license that can be found in the |
+ * LICENSE file. |
+--> |
+<!doctype html> |
+<html> |
+<script src="newtab.js"></script> |
+New Tab Override! |
+</html> |