tor-browser

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

mediasource-correct-frames-after-reappend.html.ini (719B)


      1 [mediasource-correct-frames-after-reappend.html]
      2  disabled:
      3    if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1546879
      4  bug: 1709960
      5  expected:
      6    if (os == "linux") and not debug and fission and asan: [OK, ERROR, TIMEOUT]
      7    if (os == "linux") and debug: OK
      8    if os == "android": ERROR
      9    [OK, ERROR]
     10  [Test the expected frames are played at the expected times, even in presence of reappends]
     11    expected:
     12      if (os == "android") and sessionHistoryInParent and debug: TIMEOUT
     13      if (os == "android") and sessionHistoryInParent and not debug: [TIMEOUT, FAIL]
     14      if (os == "linux") and debug: PASS
     15      if (os == "android") and not sessionHistoryInParent: TIMEOUT
     16      [PASS, TIMEOUT]