| Index: chrome/content/tests/qunit.html | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/chrome/content/tests/qunit.html | 
| @@ -0,0 +1,17 @@ | 
| +<!DOCTYPE html> | 
| +<html> | 
| + <head> | 
| + <link rel="stylesheet" href="qunit.css"/> | 
| + <script src="qunit.js"></script> | 
| + <script src="../common.js" type="text/javascript;version=1.7"></script> | 
| + <script src="tests/suffixTreeManipulation.js" type="text/javascript;version=1.7"></script> | 
| + <script src="tests/hooks.js" type="text/javascript;version=1.7"></script> | 
| + </head> | 
| + <body> | 
| + <h1 id="qunit-header">URL Fixer 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> |