| Index: test/browser/elemHideEmulation.js |
| =================================================================== |
| --- a/test/browser/elemHideEmulation.js |
| +++ b/test/browser/elemHideEmulation.js |
| @@ -94,17 +94,17 @@ |
| // Will ensure the class ElemHideEmulation is loaded. |
| // NOTE: if it never loads, this will probably hang. |
| function loadElemHideEmulation() |
| { |
| if (typeof ElemHideEmulation == "undefined") |
| { |
| return loadScript(myUrl + "/../../../lib/common.js").then(() => |
| { |
| - return loadScript(myUrl + "/../../../chrome/content/elemHideEmulation.js"); |
| + return loadScript(myUrl + "/../../../lib/content/elemHideEmulation.js"); |
| }).then(() => |
| { |
| return loadElemHideEmulation(); |
| }); |
| } |
| return Promise.resolve(); |
| } |