tor-browser

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

mochitest.toml (3410B)


      1 [DEFAULT]
      2 prefs = [
      3  "gfx.omta.background-color=true",
      4  "layout.css.scroll-driven-animations.enabled=true",
      5  "gfx.font_loader.delay=0",
      6 ]
      7 # Support files for chrome tests that we want to load over HTTP need
      8 # to go in here, not chrome.toml.
      9 support-files = [
     10  "chrome/file_animate_xrays.html",
     11  "mozilla/xhr_doc.html",
     12  "mozilla/file_deferred_start.html",
     13  "mozilla/file_discrete_animations.html",
     14  "mozilla/file_transition_finish_on_compositor.html",
     15  "../../../layout/style/test/property_database.js",
     16  "testcommon.js",
     17  "!/dom/events/test/event_leak_utils.js",
     18 ]
     19 
     20 ["document-timeline/test_document-timeline.html"]
     21 skip-if = [
     22  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1784938
     23  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && opt", # Bug 1784938
     24  "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && opt && !xorigin", # Bug 1784938
     25  "os == 'mac' && os_version == '15.30' && arch == 'aarch64' && opt", # Bug 1784938
     26  "os == 'win' && os_version == '10.2009' && arch == 'x86_64' && opt", # Bug 1784938
     27  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt", # Bug 1784938
     28 ]
     29 
     30 ["document-timeline/test_request_animation_frame.html"]
     31 
     32 ["mozilla/test_cascade.html"]
     33 
     34 ["mozilla/test_cubic_bezier_limits.html"]
     35 
     36 ["mozilla/test_deferred_start.html"]
     37 skip-if = [
     38  "os == 'win' && arch == 'x86_64'", # Bug 1363957
     39 ]
     40 
     41 ["mozilla/test_disabled_properties.html"]
     42 
     43 ["mozilla/test_discrete_animations.html"]
     44 
     45 ["mozilla/test_distance_of_basic_shape.html"]
     46 
     47 ["mozilla/test_distance_of_filter.html"]
     48 
     49 ["mozilla/test_distance_of_path_function.html"]
     50 
     51 ["mozilla/test_distance_of_transform.html"]
     52 
     53 ["mozilla/test_document_timeline_origin_time_range.html"]
     54 
     55 ["mozilla/test_event_listener_leaks.html"]
     56 skip-if = [
     57  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug && xorigin && verify-standalone",
     58 ]
     59 
     60 ["mozilla/test_get_animations_on_scroll_animations.html"]
     61 
     62 ["mozilla/test_hide_and_show.html"]
     63 
     64 ["mozilla/test_moz_prefixed_properties.html"]
     65 
     66 ["mozilla/test_restyles.html"]
     67 support-files = [
     68  "mozilla/file_restyles.html",
     69  "mozilla/empty.html",
     70 ]
     71 skip-if = [
     72  "http2",
     73  "http3",
     74  "os == 'android'", # Bug 1784931
     75  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug", # Bug 1856969
     76  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && tsan", # Bug 1784931
     77  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1784931
     78 ]
     79 
     80 ["mozilla/test_restyling_xhr_doc.html"]
     81 
     82 ["mozilla/test_set_easing.html"]
     83 
     84 ["mozilla/test_style_after_finished_on_compositor.html"]
     85 
     86 ["mozilla/test_transform_limits.html"]
     87 
     88 ["mozilla/test_transition_finish_on_compositor.html"]
     89 skip-if = [
     90  "os == 'android'",
     91 ]
     92 
     93 ["mozilla/test_underlying_discrete_value.html"]
     94 
     95 ["mozilla/test_unstyled.html"]
     96 
     97 ["style/test_animation-seeking-with-current-time.html"]
     98 
     99 ["style/test_animation-seeking-with-start-time.html"]
    100 
    101 ["style/test_animation-setting-effect.html"]
    102 
    103 ["style/test_composite.html"]
    104 skip-if = [
    105  "xorigin",
    106 ]
    107 
    108 ["style/test_interpolation-from-interpolatematrix-to-none.html"]
    109 
    110 ["style/test_missing-keyframe-on-compositor.html"]
    111 skip-if = [
    112  "fission && xorigin", # Bug 1716403 - New fission platform triage
    113 ]
    114 
    115 ["style/test_missing-keyframe.html"]
    116 
    117 ["style/test_transform-non-normalizable-rotate3d.html"]