Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/release-R75-12105.B
/
.
/
client
/
site_tests
/
power_VideoSuspend
/
play.html
blob: 8871c8cfe302b6d72ec0e8d05bf61ba0c30e70ab [
file
] [
log
] [
blame
] [
edit
]
<html>
<script>
function
play
(
media_file
)
{
player
.
src
=
media_file
;
}
</script>
<body>
<video
id
=
"player"
autoplay
controls
width
=
'640'
height
=
'480'
></video>
</body>
</html>