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

Unified Diff: LayoutTests/http/tests/media/media-source/mediasource-buffered.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/mediasource-buffered.html
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-buffered.html b/LayoutTests/http/tests/media/media-source/mediasource-buffered.html
index 63b716216668d4a01fae37f994a9eaa6b8d537a0..b24cbdf8bc96dda27b164cc1ef3f3a86c6dab7a6 100644
--- a/LayoutTests/http/tests/media/media-source/mediasource-buffered.html
+++ b/LayoutTests/http/tests/media/media-source/mediasource-buffered.html
@@ -20,7 +20,7 @@
};
var expectationsB = {
- webm: "{ [0.000, 2.001) }",
+ webm: "{ [0.000, 2.000) }",
mp4: "{ [0.000, 2.000) }",
};
@@ -98,7 +98,7 @@
test.waitForExpectedEvents(function()
{
var expectationsAV = {
- webm: ["{ [0.000, 2.004) }", "{ [0.000, 2.023) }"],
+ webm: ["{ [0.000, 2.003) }", "{ [0.000, 2.023) }"],
mp4: ["{ [0.000, 2.000) }", "{ [0.000, 2.043) }"],
};
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/media/media-source/webkitmediasource-append-in-ended-state.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698