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

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

Issue 790153002: Add test to verify durationchange event if the actual duration is wrong (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Simplified test case, asserted duration change Created 6 years 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/video-durationchange-on-ended.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..5c9fb7a84445846b0439b127e0b9bd76e4bebc70
--- /dev/null
+++ b/LayoutTests/media/video-durationchange-on-ended-expected.txt
@@ -0,0 +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
+END OF TEST
+
« no previous file with comments | « LayoutTests/media/video-durationchange-on-ended.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698