tor-browser

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

leave-picture-in-picture.html.ini (539B)


      1 [leave-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  [leavepictureinpicture event is fired if document.exitPictureInPicture]
      7    expected:
      8      if (os == "mac") and not debug: [FAIL, TIMEOUT]
      9      FAIL
     10 
     11  [leavepictureinpicture event is fired if video.disablePictureInPicture is set to true]
     12    expected:
     13      if (os == "mac") and not debug: [FAIL, NOTRUN]
     14      FAIL