tor-browser

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

xpcshell.toml (517B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 tags = "devtools"
      6 head = "head.js"
      7 firefox-appdir = "browser"
      8 
      9 ["test_add_device.js"]
     10 
     11 ["test_add_device_type.js"]
     12 
     13 ["test_add_viewport.js"]
     14 
     15 ["test_change_device.js"]
     16 
     17 ["test_change_display_pixel_ratio.js"]
     18 
     19 ["test_change_network_throttling.js"]
     20 
     21 ["test_change_pixel_ratio.js"]
     22 
     23 ["test_change_user_agent.js"]
     24 
     25 ["test_resize_viewport.js"]
     26 
     27 ["test_rotate_viewport.js"]
     28 
     29 ["test_ua_parser.js"]
     30 
     31 ["test_update_device_displayed.js"]
     32 
     33 ["test_update_touch_simulation_enabled.js"]