Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(687)

Side by Side Diff: LayoutTests/http/tests/media/media-source/mediasource-append-legacystream-expected.txt

Issue 552943002: MSE: Start letting SourceBuffer begin to do initialization segment received algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to be part 1 of a 3-sided blink->chromium->blink set of changes Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 PASS Test SourceBuffer.appendStream() event dispatching. 2 PASS Test SourceBuffer.appendStream() event dispatching.
3 PASS Test SourceBuffer.appendStream() call during a pending appendStream(). 3 PASS Test SourceBuffer.appendStream() call during a pending appendStream().
4 PASS Test SourceBuffer.abort() call during a pending appendStream(). 4 PASS Test SourceBuffer.abort() call during a pending appendStream().
5 PASS Test SourceBuffer.appendStream() triggering an 'ended' to 'open' transition . 5 PASS Test SourceBuffer.appendStream() triggering an "ended" to "open" transition .
6 PASS Test MediaSource.removeSourceBuffer() call during a pending appendStream(). 6 PASS Test MediaSource.removeSourceBuffer() call during a pending appendStream().
7 PASS Test setting MediaSource.duration during a pending appendStream() for one o f its SourceBuffers. 7 PASS Test setting MediaSource.duration during a pending appendStream() for one o f its SourceBuffers.
8 PASS Test MediaSource.endOfStream() during a pending appendStream() for one of i ts SourceBuffers. 8 PASS Test MediaSource.endOfStream() during a pending appendStream() for one of i ts SourceBuffers.
9 PASS Test setting SourceBuffer.timestampOffset during a pending appendStream(). 9 PASS Test setting SourceBuffer.timestampOffset during a pending appendStream().
10 PASS Test appending a Stream with maxSize equal to 0. 10 PASS Test appending a Stream with maxSize equal to 0.
11 PASS Test appending a Stream with maxSize value less than the size of the XHR re sponse. 11 PASS Test appending a Stream with maxSize value less than the size of the XHR re sponse.
12 PASS Test appending a Stream with maxSize value greater than the size of the XHR response. 12 PASS Test appending a Stream with maxSize value greater than the size of the XHR response.
13 PASS Test appending a Stream with an invalid maxSize. 13 PASS Test appending a Stream with an invalid maxSize.
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698