| Index: qunit/index.html |
| diff --git a/qunit/index.html b/qunit/index.html |
| deleted file mode 100644 |
| index 0b3ac454fbdee790a5887a8d37e666dbbd6e2eac..0000000000000000000000000000000000000000 |
| --- a/qunit/index.html |
| +++ /dev/null |
| @@ -1,53 +0,0 @@ |
| -<!DOCTYPE html> |
| - |
| -<!-- |
| - - This file is part of Adblock Plus <https://adblockplus.org/>, |
| - - Copyright (C) 2006-2015 Eyeo GmbH |
| - - |
| - - Adblock Plus is free software: you can redistribute it and/or modify |
| - - it under the terms of the GNU General Public License version 3 as |
| - - published by the Free Software Foundation. |
| - - |
| - - Adblock Plus is distributed in the hope that it will be useful, |
| - - but WITHOUT ANY WARRANTY; without even the implied warranty of |
| - - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| - - GNU General Public License for more details. |
| - - |
| - - You should have received a copy of the GNU General Public License |
| - - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| - --> |
| - |
| -<html> |
| - <head> |
| - <meta charset="utf-8"/> |
| - <link rel="stylesheet" href="qunit.css"/> |
| - <script src="../jquery-ui/js/jquery-1.7.1.min.js"></script> |
| - <script src="qunit.js"></script> |
| - <script src="../ext/common.js"></script> |
| - <script src="../ext/background.js"></script> |
| - <script src="../lib/compat.js"></script> |
| - <script src="../lib/info.js"></script> |
| - <script src="../lib/io.js"></script> |
| - <script src="../lib/adblockplus.js"></script> |
| - <script src="../lib/publicSuffixList.js"></script> |
| - <script src="../lib/punycode.js"></script> |
| - <script src="../lib/sha1.js"></script> |
| - <script src="../lib/jsbn.js"></script> |
| - <script src="../lib/rsa.js"></script> |
| - <script src="../webrequest.js"></script> |
| - <script src="common.js"></script> |
| - <script src="tests/adblockplus.js"></script> |
| - <script src="tests/versionComparator.js"></script> |
| - <script src="tests/url.js"></script> |
| - <script src="tests/signatures.js"></script> |
| - <script src="tests/cssEscaping.js"></script> |
| - <script src="tests/filterValidation.js"></script> |
| - </head> |
| - <body> |
| - <h1 id="qunit-header">Adblock Plus unit tests</h1> |
| - <h2 id="qunit-banner"></h2> |
| - <div id="qunit-testrunner-toolbar"></div> |
| - <h2 id="qunit-userAgent"></h2> |
| - <ol id="qunit-tests"></ol> |
| - </body> |
| -</html> |