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

Unified Diff: LayoutTests/media/video-seek-to-duration-with-playbackrate-zero-expected.txt

Issue 331063006: Fix HTMLMediaElement "direction of playback" behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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-seek-to-duration-with-playbackrate-zero-expected.txt
diff --git a/LayoutTests/media/video-seek-to-duration-with-playbackrate-zero-expected.txt b/LayoutTests/media/video-seek-to-duration-with-playbackrate-zero-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8874d898b8d933fc1f1926e18d38a2ae78397fb1
--- /dev/null
+++ b/LayoutTests/media/video-seek-to-duration-with-playbackrate-zero-expected.txt
@@ -0,0 +1,18 @@
+EVENT(loadedmetadata)
+Seeking to duration
+EVENT(seeking)
+EVENT(seeked)
+EVENT(ended)
+EXPECTED (video.currentTime == video.duration == 'true') OK
+Seeking to the middle of the video
+EVENT(seeking)
+EVENT(seeked)
+Setting loop to true and seeking to duration.
+EVENT(seeking)
+EVENT(seeked)
+Seek to duration completed. Waiting for a seek to the beginning.
+EVENT(seeking)
+EVENT(seeked)
+EXPECTED (video.currentTime == '0') OK
+END OF TEST
+
« no previous file with comments | « LayoutTests/media/video-seek-to-duration-with-playbackrate-zero.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698