blob: 6d5b619637d8e3a77d3432f59518704b18a8ab67 [file] [log] [blame]
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