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

Side by Side Diff: chrome/content/tests/qunit.html

Issue 8450003: Reimplemented whitelist handling (Closed)
Patch Set: Created Sept. 25, 2012, 3:48 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 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="qunit.css"/> 4 <link rel="stylesheet" href="qunit.css"/>
5 <script src="qunit.js"></script> 5 <script src="qunit.js"></script>
6 <script src="../common.js" type="text/javascript;version=1.7"></script>
7 <script src="tests/suffixTreeManipulation.js" type="text/javascript;version= 1.7"></script>
6 <script type="text/javascript"> 8 <script type="text/javascript">
7 (function() 9 (function()
8 { 10 {
9 var results = []; 11 var results = [];
10 var gBrowser = null; 12 var gBrowser = null;
11 13
12 var URLFixer = new (function() 14 var URLFixer = new (function()
13 { 15 {
14 this.hook = function(obj, name, func) 16 this.hook = function(obj, name, func)
15 { 17 {
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 </script> 201 </script>
200 </head> 202 </head>
201 <body> 203 <body>
202 <h1 id="qunit-header">URL Fixer unit tests</h1> 204 <h1 id="qunit-header">URL Fixer unit tests</h1>
203 <h2 id="qunit-banner"></h2> 205 <h2 id="qunit-banner"></h2>
204 <div id="qunit-testrunner-toolbar"></div> 206 <div id="qunit-testrunner-toolbar"></div>
205 <h2 id="qunit-userAgent"></h2> 207 <h2 id="qunit-userAgent"></h2>
206 <ol id="qunit-tests"></ol> 208 <ol id="qunit-tests"></ol>
207 </body> 209 </body>
208 </html> 210 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld