Sign in
webkit
/
WebKit
/
9c9627524aee1e51eac49d27b73717329bde2dfc
/
.
/
LayoutTests
/
media
/
controls-strict.html
blob: d5046481ad3ec0881e6ef254948a406179c2e461 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<script
src
=
"video-paint-test.js"
></script>
</head>
<body
onload
=
"
init
()
"
>
<p>
Drawing the controls in strict mode.
</p>
<video
controls
src
=
"content/test.mp4"
></video>
</body>
</html>