/home/clopez/webkit/webkit/layout-test-results/media/video-fast-seek-actual.txt
9
9
Test that fastSeek() past the currentTime will not result in a seek before the currentTime:
10
10
RUN(video.fastSeek(2.6))
11
11
EVENT(timeupdate)
12
EXPECTED (video.currentTime >= '2.6')
OK
12
EXPECTED (video.currentTime >= '2.6')
,
OBSERVED '2.5999999046325684' FAIL
13
13
Seek before the 4th sync sample:
14
14
RUN(video.currentTime = 2.3)
15
15
EVENT(timeupdate)
17
17
Test that fastSeek() before the currentTime will not result in a seek past the currentTime:
18
18
RUN(video.fastSeek(2.2))
19
19
EVENT(timeupdate)
20
EXPECTED (video.currentTime <= '2.2')
OK
20
EXPECTED (video.currentTime <= '2.2')
,
OBSERVED '2.200000047683716' FAIL
21
21
END OF TEST
22
22