git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
WebCore:
[WebKit-https.git]
/
LayoutTests
/
media
/
video-src-set.html
1
<video></video>
2
<div>
3
Test that setting src attribute triggers load
4
</div>
5
<script src=video-test.js></script>
6
<script>
7
video.setAttribute('src', 'content/test.mp4')
8
waitForEventTestAndEnd('begin', "relativeURL(video.currentSrc) == 'content/test.mp4'");
9
</script>