Title: [103285] trunk/LayoutTests
Revision
103285
Author
[email protected]
Date
2011-12-19 17:06:30 -0800 (Mon, 19 Dec 2011)

Log Message

Rebaseline results from https://bugs.webkit.org/show_bug.cgi?id=74870

Unreviewed; rebaseline only.

* media/media-controller-playback-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (103284 => 103285)


--- trunk/LayoutTests/ChangeLog	2011-12-20 01:03:22 UTC (rev 103284)
+++ trunk/LayoutTests/ChangeLog	2011-12-20 01:06:30 UTC (rev 103285)
@@ -1,3 +1,11 @@
+2011-12-19  Jer Noble  <[email protected]>
+
+        Rebaseline results from https://bugs.webkit.org/show_bug.cgi?id=74870
+
+        Unreviewed; rebaseline only.
+
+        * media/media-controller-playback-expected.txt:
+
 2011-12-19  Tony Chang  <[email protected]>
 
         [chromium] Unreviewed, mark svg/filters/big-sized-filter.svg as slow in debug.

Modified: trunk/LayoutTests/media/media-controller-playback-expected.txt (103284 => 103285)


--- trunk/LayoutTests/media/media-controller-playback-expected.txt	2011-12-20 01:03:22 UTC (rev 103284)
+++ trunk/LayoutTests/media/media-controller-playback-expected.txt	2011-12-20 01:06:30 UTC (rev 103285)
@@ -1,14 +1,14 @@
  
 RUN(controller = video.controller)
 EVENT(canplaythrough)
-RUN(controller.currentTime = 5)
-EXPECTED (video.currentTime == '5') OK
-EXPECTED (video2.currentTime == '5') OK
 RUN(video.play())
 RUN(video2.play())
 RUN(controller.play())
 EVENT(playing)
 EXPECTED (controller.paused == 'false') OK
+RUN(controller.currentTime = 5)
+EXPECTED (video.currentTime == '5') OK
+EXPECTED (video2.currentTime == '5') OK
 EVENT(ended)
 END OF TEST
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to