summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/browser.toml
blob: a5b279145f0916d013069baaec76aabc0465797b (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
[DEFAULT]
prefs = [
  "layout.css.properties-and-values.enabled=true",
]

["browser_bug617076.js"]

["browser_bug1701027-1.js"]
support-files = ["helper_bug1701027-1.html"]

["browser_bug1701027-2.js"]
support-files = ["helper_bug1701027-2.html"]

["browser_bug1757410.js"]
run-if = [
  "os == 'mac' && debug",
  "os == 'win' && processor == 'x86_64' && debug"
]

["browser_bug1787079.js"]
run-if = ["os == 'win' && processor == 'x86_64' && debug"]

["browser_bug1791083.js"]
skip-if = ["!sessionHistoryInParent"]

["browser_css_registered_property.js"]

["browser_disableDialogs_onbeforeunload.js"]

["browser_onbeforeunload_only_after_interaction.js"]

["browser_onbeforeunload_only_after_interaction_in_frame.js"]

["browser_scroll_into_view_in_out_of_process_iframe.js"]
support-files = [
  "test_scroll_into_view_in_oopif.html",
  "scroll_into_view_in_child.html"
]

["browser_select_popup_position_in_out_of_process_iframe.js"]
skip-if = [
  "verify && (os == 'mac')", # bug 1627874
  "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  "os == 'linux' && socketprocess_networking && fission && !debug",
] # high frequency intermittent
support-files = [
  "!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js",
  "!/browser/base/content/test/forms/head.js"
]

["browser_stylesheet_change_events.js"]
support-files = [
  "file_stylesheet_change_events.html",
  "stylesheet_change_events.css"
]

["browser_visual_viewport_iframe.js"]
support-files = [
  "test_visual_viewport_in_oopif.html",
  "visual_viewport_in_child.html"
]