blob: d24b6e378294ab9da31c79de4ddb1c1b35c2c8d5 [file] [log] [blame]
Testing the PlacardSupport behavior when entering picture-in-picture.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.isChangingPresentationMode(media) became false
PASS media.webkitDisplayingFullscreen became true
PASS mediaController.controls.placard is mediaController.controls.pipPlacard
PASS mediaController.controls.children.includes(mediaController.controls.pipPlacard) is true
PASS internals.isChangingPresentationMode(media) became false
PASS media.webkitDisplayingFullscreen became false
PASS mediaController.controls.placard is null
PASS mediaController.controls.children.includes(mediaController.controls.pipPlacard) is false
PASS successfullyParsed is true
TEST COMPLETE