Name Description Size
browser.toml 1726
browser_420786.js 3685
browser_633221.js 270
browser_1119088.js Tests "Set As Desktop Background" platform implementation on macOS. Sets the desktop background image to the browser logo from the about:logo page and verifies it was set successfully. Setting the desktop background (which uses the nsIShellService::setDesktopBackground() interface method) downloads the image to ~/Pictures using a unique file name and sets the desktop background to the downloaded file leaving the download in place. After setDesktopBackground() is called, the test uses a python script to validate that the current desktop background is in fact set to the downloaded logo. 6671
browser_doesAppNeedPin.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1423
browser_headless_screenshot_1.js 1792
browser_headless_screenshot_2.js 1227
browser_headless_screenshot_3.js 1508
browser_headless_screenshot_4.js 769
browser_headless_screenshot_cross_origin.js 223
browser_headless_screenshot_redirect.js 312
browser_pinning.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 1505
browser_setDefaultBrowser.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 4001
browser_setDefaultPDFHandler.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 8160
browser_setDesktopBackgroundPreview.js Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ 2736
head.js 4593
headless.html 178
headless_cross_origin.html 241
headless_iframe.html 156
headless_redirect.html 0
headless_redirect.html^headers^ 50
mac_desktop_image.py mac_desktop_image.py Mac-specific utility to get/set the desktop background image or check that the current background image path matches a provided path. Depends on Objective-C python binding imports which are in the python import paths by default when using macOS's /usr/bin/python. Includes generous amount of logging to aid debugging for use in automated tests. 6025
unit