Title: [90199] trunk/LayoutTests
Revision
90199
Author
[email protected]
Date
2011-06-30 20:06:48 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Andrew Scherkus  <[email protected]>

        Unreviewed.

        Rebaselining video-currentTime-set.html for Chromium due to FFmpeg update.

        * platform/chromium-mac/media/video-currentTime-set-expected.txt:
        * platform/chromium-win/media/video-currentTime-set-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90198 => 90199)


--- trunk/LayoutTests/ChangeLog	2011-07-01 03:06:44 UTC (rev 90198)
+++ trunk/LayoutTests/ChangeLog	2011-07-01 03:06:48 UTC (rev 90199)
@@ -1,3 +1,12 @@
+2011-06-30  Andrew Scherkus  <[email protected]>
+
+        Unreviewed.
+
+        Rebaselining video-currentTime-set.html for Chromium due to FFmpeg update.
+
+        * platform/chromium-mac/media/video-currentTime-set-expected.txt:
+        * platform/chromium-win/media/video-currentTime-set-expected.txt:
+
 2011-06-30  Yuta Kitamura  <[email protected]>
 
         Reviewed by Kent Tamura.

Modified: trunk/LayoutTests/platform/chromium-mac/media/video-currentTime-set-expected.txt (90198 => 90199)


--- trunk/LayoutTests/platform/chromium-mac/media/video-currentTime-set-expected.txt	2011-07-01 03:06:44 UTC (rev 90198)
+++ trunk/LayoutTests/platform/chromium-mac/media/video-currentTime-set-expected.txt	2011-07-01 03:06:48 UTC (rev 90199)
@@ -4,7 +4,7 @@
 EXPECTED (video.currentTime == '0') OK
 RUN(video.currentTime = video.duration - 0.2)
 EVENT(seeked)
-EXPECTED (video.currentTime.toFixed(2) == '5.82') OK
+EXPECTED (video.currentTime.toFixed(2) == '5.81') OK
 RUN(video.play())
 
 EVENT(ended)

Modified: trunk/LayoutTests/platform/chromium-win/media/video-currentTime-set-expected.txt (90198 => 90199)


--- trunk/LayoutTests/platform/chromium-win/media/video-currentTime-set-expected.txt	2011-07-01 03:06:44 UTC (rev 90198)
+++ trunk/LayoutTests/platform/chromium-win/media/video-currentTime-set-expected.txt	2011-07-01 03:06:48 UTC (rev 90199)
@@ -4,7 +4,7 @@
 EXPECTED (video.currentTime == '0') OK
 RUN(video.currentTime = video.duration - 0.2)
 EVENT(seeked)
-EXPECTED (video.currentTime.toFixed(2) == '5.82') OK
+EXPECTED (video.currentTime.toFixed(2) == '5.81') OK
 RUN(video.play())
 
 EVENT(ended)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to