browser.toml (7216B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "autocomplete.html", 6 "bug_1405342_serviceworker_iframes.html", 7 "four.html", 8 "head.js", 9 "iframe_with_service_worker.html", 10 "iframe_service_worker.js", 11 "import.css", 12 "import.html", 13 "import2.css", 14 "inline-1.html", 15 "inline-2.html", 16 "longload.html", 17 "longname.html", 18 "many-media-rules-sourcemaps/index.html", 19 "many-media-rules-sourcemaps/sourcemap/sourcemap-css/sourcemaps.css", 20 "many-media-rules-sourcemaps/sourcemap/sourcemap-css/sourcemaps.css.map", 21 "many-media-rules-sourcemaps/sourcemap/sourcemap-sass/_partial.scss", 22 "many-media-rules-sourcemaps/sourcemap/sourcemap-sass/sourcemaps.scss", 23 "media-small.css", 24 "media.html", 25 "media-rules.html", 26 "media-rules.css", 27 "media-rules-sourcemaps.html", 28 "minified.html", 29 "missing.html", 30 "nostyle.html", 31 "pretty.css", 32 "resources_inpage.jsi", 33 "resources_inpage1.css", 34 "resources_inpage2.css", 35 "selector-highlighter.html", 36 "simple.css", 37 "simple.css.gz", 38 "simple.css.gz^headers^", 39 "simple.gz.html", 40 "simple.html", 41 "sjs_huge-css-server.sjs", 42 "sourcemap-css/contained.css", 43 "sourcemap-css/sourcemaps.css", 44 "sourcemap-css/sourcemaps_chrome.css", 45 "sourcemap-css/sourcemaps.css.map", 46 "sourcemap-css/sourcemaps.css.map^headers^", # add nosniff header to test against Bug 1330383 47 "sourcemap-css/media-rules.css", 48 "sourcemap-css/media-rules.css.map", 49 "sourcemap-css/test-bootstrap-scss.css", 50 "sourcemap-css/test-stylus.css", 51 "sourcemap-sass/sourcemaps.scss", 52 "sourcemap-sass/sourcemaps.scss^headers^", # add nosniff header to test against Bug 1330383 53 "sourcemap-sass/media-rules.scss", 54 "sourcemap-styl/test-stylus.styl", 55 "sourcemaps.html", 56 "sourcemaps-inline.html", 57 "sourcemaps-large.html", 58 "sourcemaps-watching.html", 59 "test_private.css", 60 "test_private.html", 61 "doc_empty.html", 62 "doc_fetch_from_netmonitor.html", 63 "doc_long_string.css", 64 "doc_long.css", 65 "doc_short_string.css", 66 "doc_sourcemap_chrome.html", 67 "doc_xulpage.xhtml", 68 "sync.html", 69 "sync_with_csp.css", 70 "sync_with_csp.html", 71 "utf-16.css", 72 "veryveryverylongnamethatcanbreakthestyleeditor.css", 73 "!/devtools/client/framework/browser-toolbox/test/helpers-browser-toolbox.js", 74 "!/devtools/client/inspector/shared/test/head.js", 75 "!/devtools/client/inspector/test/head.js", 76 "!/devtools/client/inspector/test/shared-head.js", 77 "!/devtools/client/shared/test/shared-head.js", 78 "!/devtools/client/shared/test/telemetry-test-helpers.js", 79 "!/devtools/client/shared/test/highlighter-test-actor.js", 80 ] 81 82 ["browser_styleeditor_add_stylesheet.js"] 83 84 ["browser_styleeditor_at_rules_sidebar.js"] 85 fail-if = [ 86 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 87 ] 88 89 ["browser_styleeditor_autocomplete-disabled.js"] 90 91 ["browser_styleeditor_autocomplete.js"] 92 93 ["browser_styleeditor_bom.js"] 94 95 ["browser_styleeditor_bug_740541_iframes.js"] 96 97 ["browser_styleeditor_bug_851132_middle_click.js"] 98 fail-if = [ 99 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 100 ] 101 102 ["browser_styleeditor_bug_870339.js"] 103 104 ["browser_styleeditor_bug_1247083_inline_stylesheet_numbering.js"] 105 fail-if = [ 106 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 107 ] 108 109 ["browser_styleeditor_bug_1405342_serviceworker_iframes.js"] 110 111 ["browser_styleeditor_copyurl.js"] 112 113 ["browser_styleeditor_enabled.js"] 114 fail-if = [ 115 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 116 ] 117 118 ["browser_styleeditor_fetch-from-netmonitor.js"] 119 120 ["browser_styleeditor_filesave.js"] 121 skip-if = [ 122 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 123 ] 124 125 ["browser_styleeditor_filter.js"] 126 fail-if = [ 127 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 128 ] 129 130 ["browser_styleeditor_fission_switch_target.js"] 131 132 ["browser_styleeditor_highlight-selector.js"] 133 134 ["browser_styleeditor_import.js"] 135 fail-if = [ 136 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 137 ] 138 139 ["browser_styleeditor_import_rule.js"] 140 141 ["browser_styleeditor_init.js"] 142 143 ["browser_styleeditor_inline_friendly_names.js"] 144 145 ["browser_styleeditor_loading.js"] 146 147 ["browser_styleeditor_loading_with_containers.js"] 148 149 ["browser_styleeditor_media_sidebar_links.js"] 150 fail-if = [ 151 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 152 ] 153 154 ["browser_styleeditor_media_sidebar_sourcemaps.js"] 155 skip-if = [ 156 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) 157 ] 158 159 ["browser_styleeditor_missing_stylesheet.js"] 160 161 ["browser_styleeditor_navigate.js"] 162 163 ["browser_styleeditor_new.js"] 164 fail-if = [ 165 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 166 ] 167 168 ["browser_styleeditor_nostyle.js"] 169 170 ["browser_styleeditor_opentab.js"] 171 172 ["browser_styleeditor_pretty.js"] 173 174 ["browser_styleeditor_private_perwindowpb.js"] 175 176 ["browser_styleeditor_reload.js"] 177 178 ["browser_styleeditor_remove_stylesheet.js"] 179 180 ["browser_styleeditor_resize_performance.js"] 181 182 ["browser_styleeditor_scroll.js"] 183 fail-if = [ 184 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 185 ] 186 187 ["browser_styleeditor_selectstylesheet.js"] 188 189 ["browser_styleeditor_sidebars.js"] 190 fail-if = [ 191 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 192 ] 193 194 ["browser_styleeditor_sourcemap_chrome.js"] 195 196 ["browser_styleeditor_sourcemap_large.js"] 197 skip-if = [ 198 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) 199 ] 200 201 ["browser_styleeditor_sourcemap_watching.js"] 202 skip-if = [ 203 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298 204 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 intermittent a11y_checks results (fails on Try, passes on Autoland) 205 ] 206 207 ["browser_styleeditor_sourcemaps.js"] 208 fail-if = [ 209 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 210 ] 211 212 ["browser_styleeditor_sourcemaps_inline.js"] 213 fail-if = [ 214 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 215 ] 216 217 ["browser_styleeditor_sv_keynav.js"] 218 fail-if = [ 219 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 220 ] 221 222 ["browser_styleeditor_sv_resize.js"] 223 224 ["browser_styleeditor_sync.js"] 225 226 ["browser_styleeditor_syncAddProperty.js"] 227 228 ["browser_styleeditor_syncAddRule.js"] 229 230 ["browser_styleeditor_syncAlreadyOpen.js"] 231 232 ["browser_styleeditor_syncEditSelector.js"] 233 234 ["browser_styleeditor_syncIntoRuleView.js"] 235 236 ["browser_styleeditor_transition_rule.js"] 237 fail-if = [ 238 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 239 ] 240 241 ["browser_styleeditor_xul.js"] 242 243 ["browser_toolbox_styleeditor.js"] 244 skip-if = [ 245 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929428 246 ]