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

Side by Side Diff: LayoutTests/media/media-controller-effective-playback-rate-expected.txt

Issue 336303002: Fix HTMLMediaElement to always use the 'effective playback rate' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and address CR comments. 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 unified diff | Download patch
OLDNEW
(Empty)
1 EVENT(canplay)
2 EXPECTED (video.controller.playbackRate == '1') OK
3 EXPECTED (video.playbackRate == '0') OK
4 RUN(video.play())
5 EVENT(play)
6 EVENT(timeupdate)
7 EXPECTED (video.currentTime != '0') OK
8 END OF TEST
9
OLDNEW
« no previous file with comments | « LayoutTests/media/media-controller-effective-playback-rate.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698