Source code
Revision control
Copy as Markdown
Other Tools
[disable-picture-in-picture.html]
expected:
if os == "mac": [OK, TIMEOUT]
[Test disablePictureInPicture IDL attribute]
expected:
if os == "mac": [PASS, TIMEOUT]
[Request Picture-in-Picture rejects if disablePictureInPicture is true]
expected:
if os == "mac": [PASS, TIMEOUT]
[Request Picture-in-Picture rejects if disablePictureInPicture becomes true before promise resolves.]
expected:
if (os == "mac") and debug: [FAIL, NOTRUN]
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
[pictureInPictureElement is unset if disablePictureInPicture becomes true]
expected:
if os == "mac": [PASS, NOTRUN]
[pictureInPictureElement is unchanged if disablePictureInPicture becomes false]
expected:
if os == "mac": [PASS, NOTRUN]
[pictureInPictureElement is unchanged if disablePictureInPicture becomes true for another video]
expected:
if os == "mac": [PASS, NOTRUN]