/home/clopez/webkit/webkit/layout-test-results/media/video-fast-seek-actual.txt

99Test that fastSeek() past the currentTime will not result in a seek before the currentTime:
1010RUN(video.fastSeek(2.6))
1111EVENT(timeupdate)
12 EXPECTED (video.currentTime >= '2.6') OK
 12EXPECTED (video.currentTime >= '2.6'), OBSERVED '2.5999999046325684' FAIL
1313Seek before the 4th sync sample:
1414RUN(video.currentTime = 2.3)
1515EVENT(timeupdate)

1717Test that fastSeek() before the currentTime will not result in a seek past the currentTime:
1818RUN(video.fastSeek(2.2))
1919EVENT(timeupdate)
20 EXPECTED (video.currentTime <= '2.2') OK
 20EXPECTED (video.currentTime <= '2.2'), OBSERVED '2.200000047683716' FAIL
2121END OF TEST
2222