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

Side by Side Diff: test/index.html

Issue 4911523189227520: Issue 510 - [Typed objects] Don't hardcode script load order in unit tests (Closed)
Patch Set: Created May 17, 2014, 9:32 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
« no previous file with comments | « test/common.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="qunit.css"/> 4 <link rel="stylesheet" href="qunit.css"/>
5 <script src="jquery-1.7.1.min.js"></script> 5 <script src="jquery-1.7.1.min.js"></script>
6 <script src="qunit.js"></script> 6 <script src="qunit.js"></script>
7 <script src="common.js"></script> 7 <script src="common.js"></script>
8 <script src="lib/typedObjects/utils.js" type="text/javascript;version=1.7">< /script>
9 <script src="lib/typedObjects/arrayTypes.js" type="text/javascript;version=1 .7"></script>
10 <script src="lib/typedObjects/primitiveTypes.js" type="text/javascript;versi on=1.7"></script>
11 <script src="lib/typedObjects/references.js" type="text/javascript;version=1 .7"></script>
12 <script src="lib/typedObjects/objectTypes.js" type="text/javascript;version= 1.7"></script>
13 <script src="lib/typedObjects/stringType.js" type="text/javascript;version=1 .7"></script>
14 <script src="lib/typedObjects.js" type="text/javascript;version=1.7"></scrip t>
15 <script src="tests/typedObjects.js" type="text/javascript;version=1.7"></scr ipt> 8 <script src="tests/typedObjects.js" type="text/javascript;version=1.7"></scr ipt>
16 </head> 9 </head>
17 <body> 10 <body>
18 <h1 id="qunit-header">Adblock Plus unit tests</h1> 11 <h1 id="qunit-header">Adblock Plus unit tests</h1>
19 <h2 id="qunit-banner"></h2> 12 <h2 id="qunit-banner"></h2>
20 <div id="qunit-testrunner-toolbar"></div> 13 <div id="qunit-testrunner-toolbar"></div>
21 <h2 id="qunit-userAgent"></h2> 14 <h2 id="qunit-userAgent"></h2>
22 <ol id="qunit-tests"></ol> 15 <ol id="qunit-tests"></ol>
23 </body> 16 </body>
24 </html> 17 </html>
OLDNEW
« no previous file with comments | « test/common.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld