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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-played-ranges-1-expected.txt

Issue 2133223004: Convert video-played* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit, add TODO 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 of the media element 'played' attribute, ranges part 1.
2
3 EVENT(loadstart)
4 EVENT(loadedmetadata)
5 EVENT(canplay)
6 Test 1 OK
7
8 Test playing when there are no ranges
9 RUN(video.play())
10 RUN(video.pause())
11 EVENT(pause)
12 Test 2 OK
13 Test 3 OK
14 Test 4 OK
15
16 Test jumping forward into a new range and play
17 RUN(video.play())
18 RUN(video.pause())
19 EVENT(pause)
20 Test 5 OK
21 Test 6 OK
22 Test 7 OK
23 Test 8 OK
24 Test 9 OK
25
26 Test jumping backwards into a new range and play, should insert new range
27 RUN(video.play())
28 RUN(video.pause())
29 EVENT(pause)
30 Test 10 OK
31 Test 11 OK
32 Test 12 OK
33 Test 13 OK
34 Test 14 OK
35 Test 15 OK
36 Test 16 OK
37
38 Test playing into an existing range, should extend range start
39 RUN(video.play())
40 RUN(video.pause())
41 EVENT(pause)
42 Test 17 OK
43 Test 18 OK
44 Test 19 OK
45 Test 20 OK
46 Test 21 OK
47 Test 22 OK
48 Test 23 OK
49
50 Test jumping into an existing range and play beyond end, should extend range end
51 RUN(video.play())
52 RUN(video.pause())
53 EVENT(pause)
54 Test 24 OK
55 Test 25 OK
56 Test 26 OK
57 Test 27 OK
58 Test 28 OK
59 Test 29 OK
60 Test 30 OK
61 END OF TEST
62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698