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

Side by Side Diff: LayoutTests/http/tests/media/video-buffered-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
OLDNEW
1 Start playing a video with preloading enabled, do a seek near the end and check multiple buffered timeranges have been created. 1 Start playing a video with preloading enabled, do a seek near the end and check multiple buffered timeranges have been created.
2 2
3 EVENT(playing) 3 EVENT(playing)
4 EXPECTED (video.buffered.length == '1') OK 4 EXPECTED (video.buffered.length == '1') OK
5 RUN(video.currentTime = video.duration - 0.5) 5 RUN(video.currentTime = video.duration - 0.5)
6 EVENT(ended) 6 EVENT(ended)
7 EXPECTED (video.buffered.length == '2') OK 7 EXPECTED (video.buffered.length == '2'), OBSERVED '1' FAIL
8 END OF TEST 8 END OF TEST
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698