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

Unified Diff: LayoutTests/media/media-fragments/media-fragments.js

Issue 35033002: Remove HTMLMediaElement.initialTime (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/media/media-fragments/TC0094-expected.txt ('k') | LayoutTests/media/media-initialTime.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-fragments/media-fragments.js
diff --git a/LayoutTests/media/media-fragments/media-fragments.js b/LayoutTests/media/media-fragments/media-fragments.js
index efbfa521f2ffb863b23db4484e443aac8bd76831..d3c030215e3df7d560808a184c3896e8ce1332b4 100644
--- a/LayoutTests/media/media-fragments/media-fragments.js
+++ b/LayoutTests/media/media-fragments/media-fragments.js
@@ -99,7 +99,6 @@
// Don't use "testExpected()" so we won't log the actual duration as the floating point result may differ with different engines.
var startString = info.start == "duration" ? "duration" : start;
reportExpected(video.currentTime.toFixed(2) == start, "video.currentTime", "==", startString, video.currentTime);
- reportExpected(video.initialTime.toFixed(2) == start, "video.initialTime", "==", startString, video.initialTime);
if (info.valid) {
video.currentTime = (fragmentEndTime - 0.5);
« no previous file with comments | « LayoutTests/media/media-fragments/TC0094-expected.txt ('k') | LayoutTests/media/media-initialTime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698