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

Side by Side Diff: LayoutTests/media/controls-drag-timebar-expected.txt

Issue 204803002: Make scrubbing a MediaControls-internal concept (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: check mediaControllerInterface().paused() Created 6 years, 9 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
« no previous file with comments | « LayoutTests/media/controls-drag-timebar.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test that dragging the timebar thumb causes seeks. 1 Test that dragging the timebar thumb causes seeks.
2 2
3 EVENT(canplaythrough) 3 EVENT(playing)
4 EXPECTED (video.paused == 'false') OK
5 EXPECTED (video.paused == 'true') OK
4 EVENT(seeked) 6 EVENT(seeked)
5 EVENT(seeked) 7 EVENT(seeked)
6 EVENT(seeked) 8 EVENT(seeked)
7 EVENT(seeked) 9 EVENT(seeked)
8 EVENT(seeked) 10 EVENT(seeked)
9 EVENT(seeked) 11 EVENT(seeked)
12 EXPECTED (video.paused == 'true') OK
13 EXPECTED (video.paused == 'false') OK
10 END OF TEST 14 END OF TEST
11 15
OLDNEW
« no previous file with comments | « LayoutTests/media/controls-drag-timebar.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698