Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/embedded-content/the-video-element/video_content_image.htm - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<html>
<head>
<title>HTML5 Media Elements: Content inside the 'video' element is not shown to the user.</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<link rel="match" href="video_content-ref.htm" />
<meta name="assert" content="Content inside the 'video' element is not shown to the user (image)." />
</head>
<body>
<div id='testcontent'>
<video><img src="../../../../images/fail.gif" /></video>
</div>
</body>
</html>