Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/factory-reef-8811.B
/
.
/
client
/
site_tests
/
audio_SeekAudioFeedback
/
play.html
blob: 4556ea55309376b8e8f4a011ee87a984b574b26b [
file
] [
log
] [
blame
] [
edit
]
<html>
<script>
function
play
(
media_file
)
{
player
.
src
=
media_file
;
player
.
play
();
}
</script>
<body>
<audio
controls
id
=
"player"
></audio>
</body>
</html>