/* Any copyright is dedicated to the Public Domain. * http://creativecommons.org/publicdomain/zero/1.0/ */ createAppInfo("xpcshell@tests.mozilla.org", "XPCShell", "42", "42"); const testserver = createHttpServer({ hosts: ["example.com"] }); function createTestPage(body) { return ` ${body} `; } testserver.registerPathHandler( "/installtrigger_ua_detection.html", (request, response) => { response.write( createTestPage(`