tor-browser

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

picture-in-picture-window.html.ini (1101B)


      1 [picture-in-picture-window.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  [Picture-in-Picture window dimensions are set after entering Picture-in-Picture]
      7    expected:
      8      if (os == "mac") and not debug: [FAIL, TIMEOUT]
      9      FAIL
     10 
     11  [Picture-in-Picture window dimensions are set to 0 after entering Picture-in-Picture for another video]
     12    expected:
     13      if (os == "mac") and not debug: [FAIL, NOTRUN]
     14      FAIL
     15 
     16  [Picture-in-Picture window dimensions are set to 0 after exiting Picture-in-Picture]
     17    expected:
     18      if (os == "mac") and not debug: [FAIL, NOTRUN]
     19      FAIL
     20 
     21  [Picture-in-Picture window dimensions are set to 0 if disablePictureInPicture becomes true]
     22    expected:
     23      if (os == "mac") and not debug: [FAIL, NOTRUN]
     24      FAIL
     25 
     26  [Picture-in-Picture window is unchanged after entering Picture-in-Picture for video already in Picture-in-Picture]
     27    expected:
     28      if (os == "mac") and not debug: [FAIL, NOTRUN]
     29      FAIL