tor-browser

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

autoplay.html.ini (381B)


      1 [autoplay.html]
      2  disabled:
      3    if debug and (os == "linux") and (processor == "x86"): https://bugzilla.mozilla.org/show_bug.cgi?id=1482405
      4  expected:
      5    if (os == "android") and not debug: [OK, ERROR]
      6  [audio.autoplay]
      7    expected: FAIL
      8 
      9  [audio.autoplay and load()]
     10    expected: FAIL
     11 
     12  [video.autoplay]
     13    expected: FAIL
     14 
     15  [video.autoplay and load()]
     16    expected: FAIL