Index: chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/index.html |
diff --git a/chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/index.html b/chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/index.html |
similarity index 61% |
copy from chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/index.html |
copy to chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/index.html |
index 79f45a2bc9d6369397a25bfd672221a691e840e8..61d533a2ecec670d44a2c95d1577770ec5ad97b4 100644 |
--- a/chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/index.html |
+++ b/chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/index.html |
@@ -1,5 +1,5 @@ |
<!-- |
- * Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this |
+ * Copyright 2013 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. |
--> |
@@ -11,6 +11,6 @@ |
<script src="chrometest.js"></script> |
</head> |
<body> |
- <adview id="my-adview" class="adview-element" ad-network="test"></adview> |
-</<body> |
+ <adview id="my-adview" class="adview-element"></adview> |
+</body> |
</html> |