Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: qunit/index.html

Issue 4935175632846848: Issue 1527 - Properly escape generated CSS selectors (Closed)
Patch Set: Addressed comments Created Nov. 10, 2014, 12:10 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 23 matching lines...) Expand all
34 <script src="../lib/basedomain.js"></script> 34 <script src="../lib/basedomain.js"></script>
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 </head> 45 </head>
45 <body> 46 <body>
46 <h1 id="qunit-header">Adblock Plus unit tests</h1> 47 <h1 id="qunit-header">Adblock Plus unit tests</h1>
47 <h2 id="qunit-banner"></h2> 48 <h2 id="qunit-banner"></h2>
48 <div id="qunit-testrunner-toolbar"></div> 49 <div id="qunit-testrunner-toolbar"></div>
49 <h2 id="qunit-userAgent"></h2> 50 <h2 id="qunit-userAgent"></h2>
50 <ol id="qunit-tests"></ol> 51 <ol id="qunit-tests"></ol>
51 </body> 52 </body>
52 </html> 53 </html>
OLDNEW
« no previous file with comments | « include.postload.js ('k') | qunit/tests/cssEscaping.js » ('j') | qunit/tests/cssEscaping.js » ('J')

Powered by Google App Engine
This is Rietveld