| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
| 5 - Copyright (C) 2006-2014 Eyeo GmbH | 5 - Copyright (C) 2006-2014 Eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 <script src="../lib/sha1.js"></script> | 35 <script src="../lib/sha1.js"></script> |
| 36 <script src="../lib/jsbn.js"></script> | 36 <script src="../lib/jsbn.js"></script> |
| 37 <script src="../lib/rsa.js"></script> | 37 <script src="../lib/rsa.js"></script> |
| 38 <script src="../webrequest.js"></script> | 38 <script src="../webrequest.js"></script> |
| 39 <script src="common.js"></script> | 39 <script src="common.js"></script> |
| 40 <script src="tests/adblockplus.js"></script> | 40 <script src="tests/adblockplus.js"></script> |
| 41 <script src="tests/versionComparator.js"></script> | 41 <script src="tests/versionComparator.js"></script> |
| 42 <script src="tests/baseDomain.js"></script> | 42 <script src="tests/baseDomain.js"></script> |
| 43 <script src="tests/signatures.js"></script> | 43 <script src="tests/signatures.js"></script> |
| 44 <script src="tests/cssEscaping.js"></script> | 44 <script src="tests/cssEscaping.js"></script> |
| 45 <script src="tests/filterValidation.js"></script> |
| 45 </head> | 46 </head> |
| 46 <body> | 47 <body> |
| 47 <h1 id="qunit-header">Adblock Plus unit tests</h1> | 48 <h1 id="qunit-header">Adblock Plus unit tests</h1> |
| 48 <h2 id="qunit-banner"></h2> | 49 <h2 id="qunit-banner"></h2> |
| 49 <div id="qunit-testrunner-toolbar"></div> | 50 <div id="qunit-testrunner-toolbar"></div> |
| 50 <h2 id="qunit-userAgent"></h2> | 51 <h2 id="qunit-userAgent"></h2> |
| 51 <ol id="qunit-tests"></ol> | 52 <ol id="qunit-tests"></ol> |
| 52 </body> | 53 </body> |
| 53 </html> | 54 </html> |
| OLD | NEW |