/home/clopez/webkit/webkit/layout-test-results/media/video-played-collapse-actual.txt
1
1
2
Test of the media element 'played' attribute
2
3
3
4
EVENT(loadstart)
6
7
Test 1 OK
7
8
8
9
Test playing when there are no ranges
10
EVENT(seeked)
9
11
RUN(video.play())
10
12
RUN(video.pause())
11
13
EVENT(pause)
14
16
Test 4 OK
15
17
16
18
Create a new range
19
EVENT(seeked)
17
20
RUN(video.play())
18
21
RUN(video.pause())
19
22
EVENT(pause)
24
27
Test 9 OK
25
28
26
29
Test playing from one range into another, should collapse the two ranges
30
EVENT(seeked)
27
31
RUN(video.play())
28
32
RUN(video.pause())
29
33
EVENT(pause)
33
37
34
38
Test looping
35
39
RUN(video.loop = true)
40
EVENT(seeked)
36
41
RUN(video.play())
37
42
RUN(video.pause())
38
43
EVENT(pause)