29 lines
1.1 KiB
INI
29 lines
1.1 KiB
INI
[picture-in-picture-window.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[Picture-in-Picture window dimensions are set after entering Picture-in-Picture]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[Picture-in-Picture window dimensions are set to 0 after entering Picture-in-Picture for another video]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|
|
|
|
[Picture-in-Picture window dimensions are set to 0 after exiting Picture-in-Picture]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|
|
|
|
[Picture-in-Picture window dimensions are set to 0 if disablePictureInPicture becomes true]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|
|
|
|
[Picture-in-Picture window is unchanged after entering Picture-in-Picture for video already in Picture-in-Picture]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|