git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CRASH in SourceBuffer::sourceBufferPrivateDidReceiveSample + 2169
[WebKit-https.git]
/
LayoutTests
/
media
/
media-source
/
media-source-sample-wrong-track-id-expected.txt
1
2
RUN(video.src = URL.createObjectURL(source))
3
EVENT(sourceopen)
4
RUN(sourceBuffer = source.addSourceBuffer("video/mock; codecs=mock"))
5
Append a set of invalid, overlapping samples. Should not crash.
6
RUN(sourceBuffer.appendBuffer(mediaSegment))
7
EVENT(updateend)
8
END OF TEST
9