Index: chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/index.html |
diff --git a/chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/index.html b/chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/index.html |
deleted file mode 100644 |
index d675f977e9acce4a5e05a5b5c86ebae841bcb4c8..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/platform_apps/ad_view/ad_network_loaded/index.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!-- |
- * Copyright (c) 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. |
---> |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <meta charset="utf-8"> |
- <title><adview> Sample</title> |
- <link href="styles/main.css" rel="stylesheet"> |
- <script src="displayad.js"></script> |
- <script src="chrometest.js"></script> |
-</head> |
-<body> |
- <fieldset id="my-adview-surround"> |
- <legend><adview ad-network="rpaquay"/></legend> |
- <adview id="my-adview" class="adview-element" ad-network="test"></adview> |
- </fieldset> |
- <div class="app-surround"> |
- <h1><adview> Sample</h1> |
- <p>The top of the page is an <adview> tag.</p> |
- <input id="display-ad" type="button" value="(loading adview...)" disabled="true"/> |
- <p id="my-status"></p> |
- </div> |
-</<body> |
-</html> |