Name Description Size
browser.toml 101
browser_aboutinference.js Checks that the page renders without issue, and that the expected elements are there. 2915
head.js The mochitest runs in the parent process. This function opens up a new tab, navigates to about:inference, and passes the test requirements into the content process. @param {object} options - The options object. @param {boolean} options.disabled - Flag to disable the inference functionality. @param {Function} options.runInPage - The function to run in the content process. @param {Array} [options.prefs] - An array of additional preferences to set. @param {boolean} options.runInference - If true, runs an inference task @returns {Promise<void>} A promise that resolves when the test is complete. 3544