| Index: chrome/content/index.html | 
| =================================================================== | 
| --- a/chrome/content/index.html | 
| +++ b/chrome/content/index.html | 
| @@ -2,18 +2,16 @@ | 
| <html> | 
| <head> | 
| <link rel="stylesheet" href="qunit.css"/> | 
| <script src="jquery-1.7.1.min.js"></script> | 
| <script src="qunit.js"></script> | 
| <script src="common.js" type="text/javascript;version=1.7"></script> | 
| <script src="httpd.js" type="text/javascript;version=1.7"></script> | 
| <script type="text/javascript;version=1.7"> | 
| -      Cu.import("resource://gre/modules/Services.jsm"); | 
| - | 
| function getTestFiles() | 
| { | 
| function require(module) | 
| { | 
| let result = {}; | 
| result.wrappedJSObject = result; | 
| Services.obs.notifyObservers(result, "adblockplustests-require", module); | 
| return result.exports; | 
|  |