Sign in
webkit
/
WebKit
/
29a2e8f77bd7d7c8be7a41b633ceed5d54f16465
/
.
/
LayoutTests
/
media
/
audio-play-expected.txt
blob: 725d91554f3565712db9136f17f1269b51b1c47e [
file
] [
log
] [
blame
]
Test that a 'play' event is fired when an audio element plays.
RUN(mediaElement.src = findMediaFile('audio', 'content/test'))
RUN(mediaElement.play())
EVENT(play)
END OF TEST