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

Unified Diff: LayoutTests/http/tests/media/media-source/mediasource-append-buffer-expected.txt

Issue 245893002: Improve unprefixed MediaSource test coverage. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/media/media-source/mediasource-append-buffer-expected.txt
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-append-buffer-expected.txt b/LayoutTests/http/tests/media/media-source/mediasource-append-buffer-expected.txt
index 6599a00cbba8cf3d8a20391a7a6f3af21b6417f5..6e6ee911176a93342dbf5425d417a6c2513a03fb 100644
--- a/LayoutTests/http/tests/media/media-source/mediasource-append-buffer-expected.txt
+++ b/LayoutTests/http/tests/media/media-source/mediasource-append-buffer-expected.txt
@@ -3,10 +3,15 @@ PASS Test SourceBuffer.appendBuffer() event dispatching.
PASS Test SourceBuffer.appendBuffer() call during a pending appendBuffer().
PASS Test SourceBuffer.abort() call during a pending appendBuffer().
PASS Test SourceBuffer.appendBuffer() triggering an 'ended' to 'open' transition.
+PASS Test zero byte SourceBuffer.appendBuffer() call triggering an 'ended' to 'open' transition.
PASS Test MediaSource.removeSourceBuffer() call during a pending appendBuffer().
PASS Test set MediaSource.duration during a pending appendBuffer() for one of its SourceBuffers.
PASS Test MediaSource.endOfStream() during a pending appendBuffer() for one of its SourceBuffers.
PASS Test set SourceBuffer.timestampOffset during a pending appendBuffer().
PASS Test appending an empty ArrayBufferView.
PASS Test appending an empty ArrayBuffer.
+PASS Test abort in the middle of an initialization segment.
+PASS Test abort in the middle of a media segment.
+PASS Test appending null.
+PASS Test appending after removeSourceBuffer().

Powered by Google App Engine
This is Rietveld 408576698