tor-browser

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

mochitest.toml (2763B)


      1 [DEFAULT]
      2 subsuite = "media"
      3 tags = "autoplay"
      4 support-files = [
      5  "../../../test/1967133.mp4",
      6  "../../../test/1967133.mp4^headers^",
      7  "../../../test/manifest.js",
      8  "../../../test/avc-2bytes-nalu.mp4",
      9  "../../../test/bogus.duh",
     10  "../../../test/detodos-short.opus",
     11  "../../../test/flac-s24.flac",
     12  "../../../test/gizmo.mp4",
     13  "../../../test/gizmo.webm",
     14  "../../../test/gizmo-noaudio.mp4",
     15  "../../../test/gizmo-noaudio.webm",
     16  "../../../test/gizmo-short.mp4",
     17  "../../../test/r11025_s16_c1-short.wav",
     18  "../../../test/sample.3g2",
     19  "../../../test/sample.3gp",
     20  "../../../test/short.mp4",
     21  "../../../test/seek-short.webm",
     22  "../../../test/small-shot.flac",
     23  "../../../test/small-shot.m4a",
     24  "../../../test/small-shot.mp3",
     25  "../../../test/small-shot-mp3.mp4",
     26  "../../../test/small-shot.ogg",
     27  "../../../test/vp9-short.webm",
     28  "../../../test/vp9.webm",
     29  "AutoplayTestUtils.js",
     30  "file_autoplay_gv_play_request_frame.html",
     31  "file_autoplay_gv_play_request_window.html",
     32  "file_autoplay_policy_activation_frame.html",
     33  "file_autoplay_policy_activation_window.html",
     34  "file_autoplay_policy_eventdown_activation.html",
     35  "file_autoplay_policy_play_before_loadedmetadata.html",
     36  "file_autoplay_policy_unmute_pauses.html",
     37  "file_autoplay_policy_key_blacklist.html",
     38 ]
     39 
     40 ["test_autoplay.html"]
     41 
     42 ["test_autoplay_contentEditable.html"]
     43 skip-if = [
     44  "isolated_process", # Bug 1709948
     45  "os == 'android' && os_version == '14' && arch == 'x86_64'", # Bug 1982948
     46 ]
     47 
     48 ["test_autoplay_gv_play_request.html"]
     49 skip-if = [
     50  "isolated_process", # Bug 1709948
     51  "os != 'android'",
     52 ]
     53 
     54 ["test_autoplay_gvobserver_late_auth.html"]
     55 skip-if = [
     56  "isolated_process", # Bug 1810736
     57  "os != 'android'",
     58 ]
     59 
     60 ["test_autoplay_policy.html"]
     61 skip-if = [
     62  "isolated_process", # Bug 1709948
     63 ]
     64 
     65 ["test_autoplay_policy_activation.html"]
     66 skip-if = [
     67  "isolated_process", # Bug 1709948
     68 ]
     69 
     70 ["test_autoplay_policy_eventdown_activation.html"]
     71 skip-if = [
     72  "isolated_process", # Bug 1709948
     73 ]
     74 
     75 ["test_autoplay_policy_key_blacklist.html"]
     76 skip-if = [
     77  "isolated_process", # Bug 1709948
     78 ]
     79 
     80 ["test_autoplay_policy_permission.html"]
     81 skip-if = [
     82  "isolated_process", # Bug 1709948
     83 ]
     84 
     85 ["test_autoplay_policy_play_before_loadedmetadata.html"]
     86 skip-if = [
     87  "os == 'android'", # bug 1591121
     88 ]
     89 
     90 ["test_autoplay_policy_unmute_pauses.html"]
     91 skip-if = [
     92  "isolated_process", # Bug 1709948
     93 ]
     94 
     95 ["test_autoplay_policy_web_audio_AudioParamStream.html"]
     96 
     97 ["test_autoplay_policy_web_audio_createMediaStreamSource.html"]
     98 
     99 ["test_autoplay_policy_web_audio_mediaElementAudioSourceNode.html"]
    100 
    101 ["test_autoplay_policy_web_audio_notResumePageInvokedSuspendedAudioContext.html"]
    102 
    103 ["test_streams_autoplay.html"]
    104 skip-if = [
    105  "isolated_process", # Bug 1709948
    106 ]
    107 tags = "mtg capturestream"