Sign in
android
/
platform
/
external
/
autotest
/
dd1631a09516bcd382f0acd6d79ed314d0d35d78
/
.
/
client
/
site_tests
/
power_VideoSuspend
/
play.html
blob: 8871c8cfe302b6d72ec0e8d05bf61ba0c30e70ab [
file
] [
log
] [
blame
]
<html>
<script>
function
play
(
media_file
)
{
player
.
src
=
media_file
;
}
</script>
<body>
<video
id
=
"player"
autoplay
controls
width
=
'640'
height
=
'480'
></video>
</body>
</html>