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

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

Issue 2020893002: Convert controls-css*, controls-drag* and controls-overlay* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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 Test that dragging the timebar thumb causes seeks.
2
3 EVENT(playing)
4 EXPECTED (video.paused == 'false') OK
5 EXPECTED (video.paused == 'true') OK
6 EVENT(seeked)
7 EVENT(seeked)
8 EVENT(seeked)
9 EVENT(seeked)
10 EVENT(seeked)
11 EVENT(seeked)
12 EXPECTED (video.paused == 'true') OK
13 EXPECTED (video.paused == 'false') OK
14 END OF TEST
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698