/** * Provides infrastructure for tests that would require mock document. */ "use strict"; this.EXPORTED_SYMBOLS = ["MockDocument"] const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components; Cu.importGlobalProperties(["URL"]); const MockDocument = { /** * Create a document for the given URL containing the given HTML with the ownerDocument of all