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

Unified Diff: LayoutTests/media/media-ended-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/media-ended-expected.txt
diff --git a/LayoutTests/media/media-ended-expected.txt b/LayoutTests/media/media-ended-expected.txt
index eb8233ec106dd8b24789905337f7478bd559c6da..bacb929e944d997499fb859884e9881f335b4b7c 100644
--- a/LayoutTests/media/media-ended-expected.txt
+++ b/LayoutTests/media/media-ended-expected.txt
@@ -4,7 +4,12 @@ Play to the end.
When 'ended' event fires, change the source.
Verify that 'ended' event fires again on different source.
EVENT(ended)
+EXPECTED (audio.playbackRate > '0') OK
EXPECTED (audio.ended == 'true') OK
+RUN(audio.playbackRate = 0)
+EXPECTED (audio.ended == 'true') OK
+RUN(audio.playbackRate = -0.1)
+EXPECTED (audio.ended == 'false') OK
EXPECTED (audio.ended == 'false') OK
EVENT(ended)
« no previous file with comments | « LayoutTests/media/media-ended.html ('k') | LayoutTests/media/video-seek-to-duration-with-playbackrate-zero.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698