14 lines
539 B
INI
14 lines
539 B
INI
[leave-picture-in-picture.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]
|
|
[leavepictureinpicture event is fired if document.exitPictureInPicture]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[leavepictureinpicture event is fired if video.disablePictureInPicture is set to true]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|