Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Video Test: video_controls_present.html</title>
<link rel="author" title="Intel" href="http://www.intel.com" />
<meta name="flags" content="" />
<meta name="assert" content="Check if the controls attribute is present in the video element that expecting the user agent exposes a controller user interface" />
</head>
<body>
<p>Test passes if a controller user interface appears below and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
<video id="m" controls>The user agent doesn't support media element.</video>
</body>
</html>