tor-browser

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

mochitest.toml (1572B)


      1 [DEFAULT]
      2 support-files = [
      3  "test_performance_observer.js",
      4  "test_performance_user_timing.js",
      5  "test_worker_performance_now.js",
      6  "worker_performance_user_timing.js",
      7  "worker_performance_observer.js",
      8  "sharedworker_performance_user_timing.js",
      9  "test_worker_performance_entries.js",
     10  "test_worker_performance_entries.sjs",
     11  "empty.js",
     12  "serverTiming.sjs",
     13  "server.sjs",
     14 ]
     15 prefs = ["dom.performance.event_timing.enable_interactionid=true"]
     16 
     17 ["test_performance_aborted_status.html"]
     18 
     19 ["test_performance_interactionid_pointerdown.html"]
     20 
     21 ["test_performance_navigation_timing.html"]
     22 
     23 ["test_performance_observer.html"]
     24 
     25 ["test_performance_paint_observer.html"]
     26 support-files = [
     27  "test_performance_paint_observer_helper.html",
     28  "logo.png",
     29 ]
     30 
     31 ["test_performance_paint_timing.html"]
     32 support-files = [
     33  "test_performance_paint_timing_helper.html",
     34  "logo.png",
     35 ]
     36 
     37 ["test_performance_server_timing.html"]
     38 scheme = "https"
     39 skip-if = [
     40  "http2",
     41  "http3",
     42 ]
     43 
     44 ["test_performance_server_timing_plain_http.html"]
     45 skip-if = [
     46  "http2",
     47  "http3",
     48 ]
     49 
     50 ["test_performance_timing_json.html"]
     51 
     52 ["test_performance_user_timing.html"]
     53 
     54 ["test_performance_user_timing_dying_global.html"]
     55 
     56 ["test_sharedWorker_performance_user_timing.html"]
     57 skip-if = [
     58  "true", # Bug 1571904
     59 ]
     60 
     61 ["test_timeOrigin.html"]
     62 skip-if = [
     63  "os == 'android'", # Bug 1525959
     64 ]
     65 
     66 ["test_worker_observer.html"]
     67 
     68 ["test_worker_performance_entries.html"]
     69 skip-if = [
     70  "http2",
     71  "http3",
     72  "os == 'android'", # Bug 1525959
     73 ]
     74 
     75 ["test_worker_performance_now.html"]
     76 
     77 ["test_worker_user_timing.html"]