Index: remoting/webapp/crd/html/template_unittest.html |
diff --git a/remoting/webapp/crd/html/template_unittest.html b/remoting/webapp/crd/html/template_unittest.html |
deleted file mode 100644 |
index eb99c5c2aaaf740d4e88ef9ea603876e62ada463..0000000000000000000000000000000000000000 |
--- a/remoting/webapp/crd/html/template_unittest.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!doctype html> |
-<!-- |
-Copyright 2014 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. |
---> |
-<html> |
-<head> |
- <meta charset="utf-8"> |
- <title>Remoting web app unit test</title> |
- <link rel="stylesheet" href="qunit/qunit.css"> |
- <link rel="stylesheet" href="menu_button.css"> |
-</head> |
-<body> |
- <div id="qunit"></div> |
- <div id="qunit-fixture"></div> |
- |
- <!-- test framework files --> |
- <script src="qunit/qunit.js"></script> |
- <script src="qunit/browser_test_harness.js"></script> |
- <script src="blanketjs/blanket.js"></script> |
- <script src="blanketjs/qunit_adapter.js"></script> |
- <script src="sinonjs/sinon.js"></script> |
- <script src="sinonjs/sinon-qunit.js"></script> |
- |
- <!-- product files and unit test files--> |
- <meta-include type="javascript"/> |
-</body> |
-</html> |