tor-browser

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

browser.toml (1523B)


      1 [DEFAULT]
      2 prefs = ["gfx.font_loader.delay=0", "dom.select.showPicker.enabled=true", "font.minimum-size.x-western=9"]
      3 support-files = ["head.js"]
      4 
      5 ["browser_selectpopup.js"]
      6 skip-if = [
      7  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1329991
      8  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1329991
      9  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 1661132, 1775896
     10  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1661132, 1775896
     11  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1661132, 1775896
     12 ]
     13 
     14 ["browser_selectpopup_checked.js"]
     15 
     16 ["browser_selectpopup_colors.js"]
     17 skip-if = [
     18  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1329991 - test fails intermittently on Linux builds
     19  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1329991 - test fails intermittently on Linux builds
     20 ]
     21 
     22 ["browser_selectpopup_dir.js"]
     23 
     24 ["browser_selectpopup_focus.js"]
     25 
     26 ["browser_selectpopup_hr.js"]
     27 
     28 ["browser_selectpopup_large.js"]
     29 
     30 ["browser_selectpopup_minFontSize.js"]
     31 
     32 ["browser_selectpopup_searchfocus.js"]
     33 fail-if = [
     34  "a11y_checks", # Bug 1854233 input may not be labeled
     35 ]
     36 
     37 ["browser_selectpopup_showPicker.js"]
     38 
     39 ["browser_selectpopup_text_transform.js"]
     40 
     41 ["browser_selectpopup_toplevel.js"]
     42 
     43 ["browser_selectpopup_user_input.js"]
     44 
     45 ["browser_selectpopup_width.js"]
     46 
     47 ["browser_selectpopup_xhtml.js"]