Title: [96316] trunk/LayoutTests
Revision
96316
Author
[email protected]
Date
2011-09-29 03:33:03 -0700 (Thu, 29 Sep 2011)

Log Message

LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=69067

Patch by Arun Patole <[email protected]> on 2011-09-29
Reviewed by Philippe Normand.

Update expected test result for video-does-not-loop.html
as the 'pause' event should be fired at the end of playback.

* media/video-does-not-loop-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (96315 => 96316)


--- trunk/LayoutTests/ChangeLog	2011-09-29 10:30:20 UTC (rev 96315)
+++ trunk/LayoutTests/ChangeLog	2011-09-29 10:33:03 UTC (rev 96316)
@@ -1,3 +1,15 @@
+2011-09-29  Arun Patole  <[email protected]>
+
+        LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
+        https://bugs.webkit.org/show_bug.cgi?id=69067
+
+        Reviewed by Philippe Normand.
+
+        Update expected test result for video-does-not-loop.html
+        as the 'pause' event should be fired at the end of playback.
+
+        * media/video-does-not-loop-expected.txt:
+
 2011-09-29  Shinichiro Hamaji  <[email protected]>
 
         [Chromium] some Layout Tests in editing/ is failing

Modified: trunk/LayoutTests/media/video-does-not-loop-expected.txt (96315 => 96316)


--- trunk/LayoutTests/media/video-does-not-loop-expected.txt	2011-09-29 10:30:20 UTC (rev 96315)
+++ trunk/LayoutTests/media/video-does-not-loop-expected.txt	2011-09-29 10:33:03 UTC (rev 96316)
@@ -13,6 +13,7 @@
 EXPECTED (video.ended == 'false') OK
 RUN(video.play())
 
+EVENT(pause)
 EVENT(ended)
 
 ++ played to end and stopped.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to