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

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: 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
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..f39e0149e0eb882339c4fc51fc494cbe1de787e6
--- /dev/null
+++ b/LayoutTests/media/video-durationchange-on-ended-expected.txt
@@ -0,0 +1,7 @@
+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)
+END OF TEST
+

Powered by Google App Engine
This is Rietveld 408576698