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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-pause-immediately-expected.txt

Issue 2099083002: Convert video-pause* and video-plays* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 5 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 pausing the media element has an immediate effect on the clock.
2
3 EVENT(canplay)
4 EVENT(playing)
5 EVENT(pause)
6 EXPECTED ((video.currentTime - timeAfterPause) == '0') OK
7 EXPECTED ((video.played.end(0) - timeAfterPause) == '0') OK
8 END OF TEST
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698