Name Description Size
browser.toml 219
browser_bug400731.js Check presence of the "Ignore this warning" button 1950
browser_bug415846.js Check for the correct behaviour of the report web forgery/not a web forgery menu items. Mac makes this astonishingly painful to test since their help menu is special magic, but we can at least test it on the other platforms. 3091
browser_mixedcontent_aboutblocked.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1355
browser_whitelisted.js Ensure that hostnames in the whitelisted pref are not blocked. 1555
empty_file.html 27
head.js Waits for a load (or custom) event to finish in a given tab. If provided load an uri into the tab. @param tab The tab to load into. @param [optional] url The url to load, or the current url. @param [optional] event The load event type to wait for. Defaults to "load". @return {Promise} resolved when the event is handled. @resolves to the received event @rejects if a valid load event is not received within a meaningful interval 3022