tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browser.toml (9141B)


      1 [DEFAULT]
      2 prefs = [
      3 "layout.css.properties-and-values.enabled=true"
      4 ]
      5 tags = "devtools"
      6 subsuite = "devtools"
      7 support-files = [
      8  "current-time-scrubber_head.js",
      9  "doc_custom_playback_rate.html",
     10  "doc_infinity_duration.html",
     11  "doc_multi_easings.html",
     12  "doc_multi_keyframes.html",
     13  "doc_multi_timings.html",
     14  "doc_mutations_add_remove_immediately.html",
     15  "doc_mutations_fast.html",
     16  "doc_negative_playback_rate.html",
     17  "doc_overflowed_delay_end_delay.html",
     18  "doc_pseudo.html",
     19  "doc_short_duration.html",
     20  "doc_simple_animation.html",
     21  "doc_special_colors.html",
     22  "head.js",
     23  "keyframes-graph_keyframe-marker_head.js",
     24  "summary-graph_computed-timing-path_head.js",
     25  "summary-graph_delay-sign_head.js",
     26  "summary-graph_end-delay-sign_head.js",
     27  "!/devtools/client/inspector/test/head.js",
     28  "!/devtools/client/inspector/test/shared-head.js",
     29  "!/devtools/client/shared/test/shared-head.js",
     30  "!/devtools/client/shared/test/telemetry-test-helpers.js",
     31  "!/devtools/client/shared/test/highlighter-test-actor.js",
     32 ]
     33 
     34 ["browser_animation_animated-property-list.js"]
     35 fail-if = [
     36  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     37 ]
     38 
     39 ["browser_animation_animated-property-list_unchanged-items.js"]
     40 
     41 ["browser_animation_animated-property-name.js"]
     42 
     43 ["browser_animation_animation-detail_close-button.js"]
     44 fail-if = [
     45  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     46 ]
     47 
     48 ["browser_animation_animation-detail_title.js"]
     49 fail-if = [
     50  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     51 ]
     52 
     53 ["browser_animation_animation-detail_visibility.js"]
     54 fail-if = [
     55  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     56 ]
     57 
     58 ["browser_animation_animation-list.js"]
     59 
     60 ["browser_animation_animation-list_one-animation-select.js"]
     61 fail-if = [
     62  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     63 ]
     64 
     65 ["browser_animation_animation-list_select.js"]
     66 fail-if = [
     67  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     68 ]
     69 
     70 ["browser_animation_animation-target.js"]
     71 
     72 ["browser_animation_animation-target_highlight.js"]
     73 fail-if = [
     74  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     75 ]
     76 skip-if = [
     77  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1665011
     78 ]
     79 
     80 ["browser_animation_animation-target_select.js"]
     81 fail-if = [
     82  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     83 ]
     84 
     85 ["browser_animation_animation-timeline-tick.js"]
     86 
     87 ["browser_animation_css-transition-with-playstate-idle.js"]
     88 
     89 ["browser_animation_current-time-label.js"]
     90 fail-if = [
     91  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     92 ]
     93 
     94 ["browser_animation_current-time-scrubber-rtl.js"]
     95 fail-if = [
     96  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
     97 ]
     98 
     99 ["browser_animation_current-time-scrubber-with-negative-delay.js"]
    100 fail-if = [
    101  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    102 ]
    103 
    104 ["browser_animation_current-time-scrubber.js"]
    105 fail-if = [
    106  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    107 ]
    108 
    109 ["browser_animation_current-time-scrubber_each-different-creation-time-animations.js"]
    110 fail-if = [
    111  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    112 ]
    113 
    114 ["browser_animation_empty_on_invalid_nodes.js"]
    115 
    116 ["browser_animation_fission_switch-target.js"]
    117 
    118 ["browser_animation_iframe.js"]
    119 
    120 ["browser_animation_indication-bar.js"]
    121 skip-if = [
    122  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1858041 and 1849028 for causing intermittent a11y_checks results
    123 ]
    124 
    125 ["browser_animation_infinity-duration_current-time-scrubber.js"]
    126 fail-if = [
    127  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    128 ]
    129 
    130 ["browser_animation_infinity-duration_summary-graph.js"]
    131 
    132 ["browser_animation_infinity-duration_tick-label.js"]
    133 
    134 ["browser_animation_keyframes-graph_computed-value-path-01.js"]
    135 fail-if = [
    136  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    137 ]
    138 
    139 ["browser_animation_keyframes-graph_computed-value-path-02.js"]
    140 fail-if = [
    141  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    142 ]
    143 
    144 ["browser_animation_keyframes-graph_computed-value-path-03.js"]
    145 fail-if = [
    146  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    147 ]
    148 
    149 ["browser_animation_keyframes-graph_computed-value-path_easing-hint.js"]
    150 fail-if = [
    151  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    152 ]
    153 
    154 ["browser_animation_keyframes-graph_keyframe-marker-rtl.js"]
    155 fail-if = [
    156  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    157 ]
    158 
    159 ["browser_animation_keyframes-graph_keyframe-marker.js"]
    160 fail-if = [
    161  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    162 ]
    163 
    164 ["browser_animation_keyframes-graph_special-colors.js"]
    165 
    166 ["browser_animation_keyframes-progress-bar.js"]
    167 fail-if = [
    168  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    169 ]
    170 
    171 ["browser_animation_keyframes-progress-bar_after-resuming.js"]
    172 fail-if = [
    173  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    174 ]
    175 
    176 ["browser_animation_logic_adjust-time-with-playback-rate.js"]
    177 fail-if = [
    178  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    179 ]
    180 
    181 ["browser_animation_logic_adjust-time.js"]
    182 fail-if = [
    183  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    184 ]
    185 
    186 ["browser_animation_logic_auto-stop.js"]
    187 fail-if = [
    188  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    189 ]
    190 
    191 ["browser_animation_logic_avoid-updating-during-hiding.js"]
    192 
    193 ["browser_animation_logic_created-time.js"]
    194 
    195 ["browser_animation_logic_mutations.js"]
    196 
    197 ["browser_animation_logic_mutations_add_remove_immediately.js"]
    198 
    199 ["browser_animation_logic_mutations_fast.js"]
    200 skip-if = [
    201  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1980142
    202  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1567800
    203  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1980142
    204  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # Bug 1980142
    205 ]
    206 
    207 ["browser_animation_logic_mutations_properties.js"]
    208 
    209 ["browser_animation_logic_overflowed_delay_end-delay.js"]
    210 skip-if = [
    211  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1480027
    212  "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1480027
    213  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # Bug 1480027
    214 ]
    215 
    216 ["browser_animation_logic_scroll-amount.js"]
    217 fail-if = [
    218  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    219 ]
    220 
    221 ["browser_animation_pause-resume-button.js"]
    222 
    223 ["browser_animation_pause-resume-button_end-time.js"]
    224 fail-if = [
    225  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    226 ]
    227 
    228 ["browser_animation_pause-resume-button_respectively.js"]
    229 
    230 ["browser_animation_pause-resume-button_spacebar.js"]
    231 fail-if = [
    232  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    233 ]
    234 
    235 ["browser_animation_playback-rate-selector.js"]
    236 
    237 ["browser_animation_pseudo-element.js"]
    238 fail-if = [
    239  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    240 ]
    241 
    242 ["browser_animation_rewind-button.js"]
    243 fail-if = [
    244  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    245 ]
    246 
    247 ["browser_animation_short-duration.js"]
    248 
    249 ["browser_animation_summary-graph_animation-name.js"]
    250 
    251 ["browser_animation_summary-graph_compositor.js"]
    252 fail-if = [
    253  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    254 ]
    255 
    256 ["browser_animation_summary-graph_computed-timing-path_1.js"]
    257 
    258 ["browser_animation_summary-graph_computed-timing-path_2.js"]
    259 
    260 ["browser_animation_summary-graph_computed-timing-path_different-timescale.js"]
    261 
    262 ["browser_animation_summary-graph_delay-sign-rtl.js"]
    263 
    264 ["browser_animation_summary-graph_delay-sign.js"]
    265 
    266 ["browser_animation_summary-graph_effect-timing-path.js"]
    267 
    268 ["browser_animation_summary-graph_end-delay-sign-rtl.js"]
    269 
    270 ["browser_animation_summary-graph_end-delay-sign.js"]
    271 
    272 ["browser_animation_summary-graph_layout-by-seek.js"]
    273 fail-if = [
    274  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    275 ]
    276 
    277 ["browser_animation_summary-graph_negative-delay-path.js"]
    278 
    279 ["browser_animation_summary-graph_negative-end-delay-path.js"]
    280 
    281 ["browser_animation_summary-graph_tooltip.js"]
    282 
    283 ["browser_animation_timing_negative-playback-rate_current-time-scrubber.js"]
    284 fail-if = [
    285  "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled
    286 ]
    287 
    288 ["browser_animation_timing_negative-playback-rate_summary-graph.js"]