Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/release-R75-12105.B
/
.
/
client
/
site_tests
/
video_MultiplePlayback
/
video.html
blob: f2d6af9688ba3a6c97068c5b37a795716cb5d25f [
file
] [
log
] [
blame
] [
edit
]
<!-- This is a test html file for video test. -->
<html>
<body>
<video
id
=
'testvideo'
controls
muted
autoplay
name
=
'media'
>
<source
src
=
'video.mp4'
type
=
'video/mp4'
>
</video>
</body>
</script>
</html>