haikuwebkit/LayoutTests/media/picture-in-picture/picture-in-picture-window-a...

10 lines
373 B
Plaintext

Tests that a pip window has the same aspect ratio as the video content.
RUN(internals.settings.setAllowsPictureInPictureMediaPlayback(true))
RUN(internals.setMockVideoPresentationModeEnabled(true))
RUN(video.src = findMediaFile("video", "../content/test"))
EVENT(canplaythrough)
EXPECTED (Math.abs(pipWindow.height / pipWindow.width - 240 / 320) < '0.01') OK
END OF TEST