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

Side by Side Diff: third_party/WebKit/LayoutTests/media/media-ended-expected.txt

Issue 2043473002: Convert media-ended*, media-extension* and media-load* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test ended by:
2
3 Play to the end.
4 When 'ended' event fires, change the source.
5 Verify that 'ended' event fires again on different source.
6 EVENT(ended)
7 EXPECTED (audio.playbackRate > '0') OK
8 EXPECTED (audio.ended == 'true') OK
9 RUN(audio.playbackRate = 0)
10 EXPECTED (audio.ended == 'true') OK
11 RUN(audio.playbackRate = -0.1)
12 EXPECTED (audio.ended == 'false') OK
13 EXPECTED (audio.ended == 'false') OK
14
15 EVENT(ended)
16 EXPECTED (audio.ended == 'true') OK
17 END OF TEST
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698