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

Unified Diff: LayoutTests/http/tests/media/media-source/webkitmediasource-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
Index: LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html
diff --git a/LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html b/LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html
index 7e227329a9c3212b5972ecd3cbf09123410c1dea..7b6a570cc451dd73a9687271581e012ec629e54a 100644
--- a/LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html
+++ b/LayoutTests/http/tests/media/media-source/webkitmediasource-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 second media segment.");
segmentHelper.sourceBuffer.append(segmentHelper.mediaSegments[1]);

Powered by Google App Engine
This is Rietveld 408576698