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

Unified Diff: LayoutTests/media/video-durationchange-on-ended-expected.txt

Issue 1074633002: Adjust video-durationchange unit test for new behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/media/video-durationchange-on-ended-expected.txt
diff --git a/LayoutTests/media/video-durationchange-on-ended-expected.txt b/LayoutTests/media/video-durationchange-on-ended-expected.txt
index 5c9fb7a84445846b0439b127e0b9bd76e4bebc70..e40ccad46ef0f4c8b4d36310e3640d8c18963755 100644
--- a/LayoutTests/media/video-durationchange-on-ended-expected.txt
+++ b/LayoutTests/media/video-durationchange-on-ended-expected.txt
@@ -1,8 +1,8 @@
Verify there is a 'durationchange' event just before 'ended' event if the initially reported duration exceeds the actual data.
EVENT(durationchange)
-EVENT(durationchange)
EVENT(ended)
-EXPECTED (video.duration < initialReportedDuration == 'true') OK
+initialReportedDuration=6.107 video.duration=6.107
+EXPECTED (video.duration <= initialReportedDuration == 'true') OK
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698