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

Unified Diff: LayoutTests/http/tests/media/resources/media-source/webm/segment-info.js

Issue 215863002: MSE: Update tests to expect failure w.r.t. Chromium LegacyFrameProcessor duration logic change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update unprefixed MP4 layout test duration 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/resources/media-source/webm/segment-info.js
diff --git a/LayoutTests/http/tests/media/resources/media-source/webm/segment-info.js b/LayoutTests/http/tests/media/resources/media-source/webm/segment-info.js
index c7532bbd82871b5e4d6a91d771183e1dd5e6a8d8..040c1c3ad85591ecc9ebde21858cfa060d72cff6 100644
--- a/LayoutTests/http/tests/media/resources/media-source/webm/segment-info.js
+++ b/LayoutTests/http/tests/media/resources/media-source/webm/segment-info.js
@@ -3,7 +3,7 @@ var WebMSegmentInfo = {};
WebMSegmentInfo.testWebM = {
url: '/media/resources/media-source/webm/test.webm',
type: 'video/webm; codecs="vp8, vorbis"',
- duration: 6.042,
+ duration: 6.051,
init: { offset: 0, size: 4357 },
media: [
{ offset: 4357, size: 11830, timecode: 0 },
« LayoutTests/TestExpectations ('K') | « LayoutTests/http/tests/media/media-source/mediasource-util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698