tor-browser

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

mediasource-endofstream.html.ini (577B)


      1 [mediasource-endofstream.html]
      2  disabled:
      3    if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1381449
      4    if (os == "android") and debug: Frequently failing on geckoview
      5  expected:
      6    if (os == "win") and debug: [OK, TIMEOUT, CRASH]
      7    if os == "mac": [OK, TIMEOUT]
      8  [MediaSource.endOfStream(): media element notified that it now has all of the media data]
      9    disabled:
     10      if (os == "android") and debug: Frequently failing on geckoview (Bug 1381449)
     11    expected:
     12      if (os == "win") and debug: [PASS, TIMEOUT]
     13      if os == "mac": [PASS, TIMEOUT]