summaryrefslogtreecommitdiffstats
path: root/browser/components/places/tests/browser/interactions/browser.toml
blob: ce3940340957f72d89683c2436de80f8bbba2ad8 (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
30
31
32
33
34
35
36
[DEFAULT]
prefs = [
  "browser.places.interactions.enabled=true",
  "browser.places.interactions.log=true",
  "browser.places.interactions.scrolling_timeout_ms=50",
  "general.smoothScroll=false",
]

support-files = [
  "head.js",
  "../keyword_form.html",
  "scrolling.html",
  "scrolling_subframe.html",
]

["browser_interactions_blocklist.js"]

["browser_interactions_clearHistory.js"]

["browser_interactions_disabledHistory.js"]

["browser_interactions_referrer.js"]

["browser_interactions_scrolling.js"]
skip-if = ["apple_silicon && fission"] # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs

["browser_interactions_scrolling_dom_history.js"]
skip-if = ["os == 'mac'"] # Bug 1756157: Randomly times out on macOS

["browser_interactions_typing.js"]

["browser_interactions_typing_dom_history.js"]

["browser_interactions_view_time.js"]

["browser_interactions_view_time_dom_history.js"]