summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/test/browser/browser.toml
blob: f9c9611c2e8cc2c6a76fe245d362c3e4cfab4c02 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[DEFAULT]
support-files = [
  "blue_page.html",
  "red_page.html",
  "annotation_first.html",
  "annotation_second.html",
  "annotation_third.html",
  "head.js",
  "redirect_to.sjs",
  "topstories.json",
  "file_pdf.PDF",
]
prefs = [
  "browser.newtabpage.activity-stream.debug=false",
  "browser.newtabpage.activity-stream.discoverystream.enabled=true",
  "browser.newtabpage.activity-stream.discoverystream.endpoints=data:",
  "browser.newtabpage.activity-stream.feeds.system.topstories=true",
  "browser.newtabpage.activity-stream.feeds.section.topstories=true",
  "browser.newtabpage.activity-stream.feeds.section.topstories.options={\"provider_name\":\"\"}",
  "messaging-system.log=all",
]

["browser_as_load_location.js"]

["browser_as_render.js"]

["browser_context_menu_item.js"]

["browser_customize_menu_content.js"]
skip-if = ["os == 'linux' && tsan"] #Bug 1687896
https_first_disabled = true

["browser_customize_menu_render.js"]

["browser_discovery_card.js"]

["browser_discovery_render.js"]

["browser_enabled_newtabpage.js"]

["browser_foxdoodle_set_default.js"]

["browser_getScreenshots.js"]

["browser_highlights_section.js"]

["browser_multistage_spotlight.js"]

["browser_multistage_spotlight_telemetry.js"]
skip-if = ["verify"] # bug 1834620 - order of events not stable

["browser_newtab_glean.js"]

["browser_newtab_header.js"]

["browser_newtab_last_LinkMenu.js"]

["browser_newtab_overrides.js"]

["browser_newtab_ping.js"]

["browser_newtab_towindow.js"]

["browser_newtab_trigger.js"]

["browser_open_tab_focus.js"]
skip-if = ["os == 'linux'"] # Test setup only implemented for OSX and Windows

["browser_remote_l10n.js"]

["browser_topsites_annotation.js"]
skip-if = [
  "os == 'linux' && debug", # Bug 1785005
  "os == 'linux' && asan", # Bug 1785005
]

["browser_topsites_contextMenu_options.js"]

["browser_topsites_section.js"]

["browser_trigger_messagesLoaded.js"]