disable-picture-in-picture.html.ini (1112B)
1 [disable-picture-in-picture.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 == "linux") and (processor == "x86"): [OK, CRASH] 6 if (os == "android") and not debug: [OK, CRASH] 7 [Request Picture-in-Picture rejects if disablePictureInPicture is true] 8 expected: 9 if (os == "mac") and not debug: [FAIL, TIMEOUT] 10 FAIL 11 12 [Request Picture-in-Picture rejects if disablePictureInPicture becomes true before promise resolves.] 13 expected: 14 if (os == "mac") and not debug: [FAIL, NOTRUN] 15 FAIL 16 17 [pictureInPictureElement is unset if disablePictureInPicture becomes true] 18 expected: 19 if (os == "mac") and not debug: [FAIL, NOTRUN] 20 FAIL 21 22 [pictureInPictureElement is unchanged if disablePictureInPicture becomes false] 23 expected: 24 if (os == "mac") and not debug: [FAIL, NOTRUN] 25 FAIL 26 27 [pictureInPictureElement is unchanged if disablePictureInPicture becomes true for another video] 28 expected: 29 if (os == "mac") and not debug: [FAIL, NOTRUN] 30 FAIL