Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
chrome
/
test
/
data
/
android
/
media
/
simple_video.html
blob: 7349f524db54cec23630995001557ca430beaa30 [
file
]
<html>
<title>
test
</title>
<body
bgcolor
=
"Silver"
>
<!-- Width should be large enough to dispaly all media controls without needing
an overflow menu. -->
<video
src
=
"test.webm"
controls
id
=
"video"
width
=
500
></video>
</body>
</html>