--- /home/clopez/webkit/webkit/layout-test-results/media/video-fast-seek-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/media/video-fast-seek-actual.txt @@ -9,7 +9,7 @@ Test that fastSeek() past the currentTime will not result in a seek before the currentTime: RUN(video.fastSeek(2.6)) EVENT(timeupdate) -EXPECTED (video.currentTime >= '2.6') OK +EXPECTED (video.currentTime >= '2.6'), OBSERVED '2.5999999046325684' FAIL Seek before the 4th sync sample: RUN(video.currentTime = 2.3) EVENT(timeupdate) @@ -17,6 +17,6 @@ Test that fastSeek() before the currentTime will not result in a seek past the currentTime: RUN(video.fastSeek(2.2)) EVENT(timeupdate) -EXPECTED (video.currentTime <= '2.2') OK +EXPECTED (video.currentTime <= '2.2'), OBSERVED '2.200000047683716' FAIL END OF TEST