blob: ecc188d921d7e91b546856dc8974498b368f60fe [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="media-file.js"></script>
<script src="video-paint-test.js"></script>
<style>
video:nth-of-type(1) {
font: bold italic 30px monospace;
color: red;
}
</style>
</head>
<body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); init();">
<p>The look of the controls should not change when styled under strict mode.</p>
<video controls></video>
<video controls></video>
</body>
</html>