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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-currentTime-set-expected.txt

Issue 318001: Rebaseline video-currentTime-set.html as the test is now running. (Closed)
Patch Set: Created 11 years, 2 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
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-currentTime-set-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test that setting currentTime changes the time, and that 'ended' event is fired in a reasonable amount of time
2
3 EVENT(load)
4 EXPECTED (video.currentTime == '0') OK
5 RUN(video.currentTime = video.duration - 0.2)
6 EXPECTED (video.currentTime.toFixed(2) == '5.82') OK
7 RUN(video.play())
8
9 EVENT(ended)
10 END OF TEST
OLDNEW
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/media/video-currentTime-set-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698