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 |
+ |