0 / 60 seg.

What will happen if the image specified in the poster attribute is not found?

<video width="320" height="240" controls poster="wrong_image.jpg">
  <source src="video.mp4" type="video/mp4">
</video>