summaryrefslogtreecommitdiffstats
path: root/browser/extensions/screenshots/test/browser/browser.toml
blob: 9721a44689baf255219df2f966b6d4f673b3a2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[DEFAULT]
# The Screenshots extension is disabled by default in Mochitests. We re-enable it here, since it's a more realistic configuration.
prefs = [
 "extensions.screenshots.disabled=false",
 "screenshots.browser.component.enabled=false",
]

["browser_screenshot_button.js"]

["browser_screenshots_dimensions.js"]
https_first_disabled = true
# Bug 1714237 Disabled on tsan due to timeouts interacting with the UI
# Bug 1714210 Disabled on headless which doesnt support image data on the clipboard
skip-if = [
  "headless",
  "tsan",
  "os == 'win'", # Bug 1714295
  "os == 'linux' && bits == 64", # Bug 1714295
]

["browser_screenshots_download.js"]

["browser_screenshots_injection.js"]

support-files = [
  "head.js",
  "injection-page.html",
  "green2vh.html",
]