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

Unified Diff: LayoutTests/http/tests/media/media-source/webkitmediasource-zero-byte-append-in-ended-state.html

Issue 212593007: MSE: Update WebM buffered range expectations w.r.t. frame duration processing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include failure expectation for these tests so this can land before Chromium side Created 6 years, 9 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
« no previous file with comments | « LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/media/media-source/webkitmediasource-zero-byte-append-in-ended-state.html
diff --git a/LayoutTests/http/tests/media/media-source/webkitmediasource-zero-byte-append-in-ended-state.html b/LayoutTests/http/tests/media/media-source/webkitmediasource-zero-byte-append-in-ended-state.html
index f7b5fb87709bb5895d71ce9a860b6e564b5cb965..d31acd4e18aebfec8834682ecad57f1c50e9de65 100644
--- a/LayoutTests/http/tests/media/media-source/webkitmediasource-zero-byte-append-in-ended-state.html
+++ b/LayoutTests/http/tests/media/media-source/webkitmediasource-zero-byte-append-in-ended-state.html
@@ -28,7 +28,7 @@
MediaSourceTest.expectSourceState(mediaSource, "ended");
- MediaSourceTest.expectBufferedRange(mediaSource.sourceBuffers[0], [[0, 0.399]]);
+ MediaSourceTest.expectBufferedRange(mediaSource.sourceBuffers[0], [[0, 0.398]]);
consoleWrite("Appending zero length Uint8Array.");
segmentHelper.sourceBuffer.append(new Uint8Array(0));
« no previous file with comments | « LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698