blob: fe0374ea26b4e39b49d8daaf59072101b6359491 [file] [log] [blame]
Test <video> element with only width attribute and the poster is missing (cannot be downloaded).
RUN(video.src = findMediaFile("video", "content/test"))
EVENT(canplaythrough)
EXPECTED (video.clientWidth == '320') OK
EXPECTED (video.clientHeight == '240') OK
END OF TEST