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

Side by Side Diff: LayoutTests/media/video-does-not-loop-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test to make sure QuickTime movie saved with 'loop' user data does not loop auto matically.
2
3 ++ Test initial state.
4 EXPECTED (video.loop == 'false') OK
5 EVENT(loadedmetadata)
6
7 ++ seek to near the end to reduce test time.
8 RUN(video.currentTime = video.duration - 0.4)
9 EVENT(seeked)
10
11 ++ seek completed, beginning playback.
12 EXPECTED (video.paused == 'true') OK
13 EXPECTED (video.ended == 'false') OK
14 RUN(video.play())
15
16 EVENT(pause)
17 EVENT(ended)
18
19 ++ played to end and stopped.
20 EXPECTED (video.ended == 'true') OK
21 EXPECTED (mediaElement.currentTime == 'mediaElement.duration') OK
22
23 END OF TEST
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698