[disable-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]
[Request Picture-in-Picture rejects if disablePictureInPicture is true]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT]
FAIL
[Request Picture-in-Picture rejects if disablePictureInPicture becomes true before promise resolves.]
expected:
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
[pictureInPictureElement is unset if disablePictureInPicture becomes true]
expected:
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
[pictureInPictureElement is unchanged if disablePictureInPicture becomes false]
expected:
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
[pictureInPictureElement is unchanged if disablePictureInPicture becomes true for another video]
expected:
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL