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

Side by Side Diff: LayoutTests/media/media-fragments/TC0024-expected.txt

Issue 35033002: Remove HTMLMediaElement.initialTime (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
OLDNEW
1 1
2 Title: TC0024 2 Title: TC0024
3 Fragment: 't=npt:3,7' 3 Fragment: 't=npt:3,7'
4 Comment: equivalent to #t=3,7 4 Comment: equivalent to #t=3,7
5 EVENT(canplaythrough) 5 EVENT(canplaythrough)
6 EXPECTED (video.currentTime == '3') OK 6 EXPECTED (video.currentTime == '3') OK
7 EXPECTED (video.initialTime == '3') OK
8 RUN(video.play()) 7 RUN(video.play())
9 EVENT(pause) 8 EVENT(pause)
10 EXPECTED (video.currentTime - fragmentEndTime <= '0.5') OK 9 EXPECTED (video.currentTime - fragmentEndTime <= '0.5') OK
11 END OF TEST 10 END OF TEST
12 11
OLDNEW
« no previous file with comments | « LayoutTests/media/media-fragments/TC0017-expected.txt ('k') | LayoutTests/media/media-fragments/TC0027-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698