Sign in
webkit
/
WebKit
/
fb864a74a80c97f88a5a2c602ebd0f9f9422041e
/
.
/
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