tor-browser

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

request-picture-in-picture.html.ini (738B)


      1 [request-picture-in-picture.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5    if (os == "android") and not debug: [OK, CRASH]
      6  [request Picture-in-Picture resolves on user click]
      7    expected:
      8      if (os == "mac") and not debug: [FAIL, NOTRUN]
      9      FAIL
     10 
     11  [request Picture-in-Picture requires loaded metadata for the video element]
     12    expected:
     13      if (os == "mac") and not debug: [FAIL, TIMEOUT]
     14      FAIL
     15 
     16  [request Picture-in-Picture requires video track for the video element]
     17    expected:
     18      if (os == "mac") and not debug: [FAIL, NOTRUN]
     19      FAIL
     20 
     21  [request Picture-in-Picture requires a user gesture]
     22    expected: FAIL