haikuwebkit/LayoutTests/media/fullscreen-api-enabled-medi...

10 lines
329 B
Plaintext

Tests that the video's presentation mode is updated accordingly after entering and exiting Full Screen
EXPECTED (video.webkitPresentationMode == 'inline') OK
Going into Full Screen
EXPECTED (video.webkitPresentationMode == 'fullscreen') OK
Exiting Full Screen
EXPECTED (video.webkitPresentationMode == 'inline') OK
END OF TEST