haikuwebkit/LayoutTests/media/video-fullscreen-reload-cra...

11 lines
286 B
Plaintext

Destroy the document containing a video while that video is in fullscreen; should not crash.
RUN(internals.settings.setAllowsInlineMediaPlayback(false))
RUN(video.load())
EVENT(canplaythrough)
RUN(video.play())
EVENT(webkitbeginfullscreen)
RUN(iframe.src = "about:blank")
END OF TEST