Title: [125001] trunk/LayoutTests
- Revision
- 125001
- Author
- toyos...@chromium.org
- Date
- 2012-08-08 00:06:28 -0700 (Wed, 08 Aug 2012)
Log Message
Unreviewed, adding new results for chromium.
http://trac.webkit.org/changeset/124986 this change added new results
for Mac and it has a high priority. Then, we need to add specific
results for chromium.
Patch by Takashi Toyoshima <toyos...@chromium.org> on 2012-08-08
* platform/chromium/media/video-seek-past-end-paused-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (125000 => 125001)
--- trunk/LayoutTests/ChangeLog 2012-08-08 07:02:52 UTC (rev 125000)
+++ trunk/LayoutTests/ChangeLog 2012-08-08 07:06:28 UTC (rev 125001)
@@ -1,3 +1,13 @@
+2012-08-08 Takashi Toyoshima <toyos...@chromium.org>
+
+ Unreviewed, adding new results for chromium.
+
+ http://trac.webkit.org/changeset/124986 this change added new results
+ for Mac and it has a high priority. Then, we need to add specific
+ results for chromium.
+
+ * platform/chromium/media/video-seek-past-end-paused-expected.txt: Added.
+
2012-08-07 Mario Sanchez Prada <msanc...@igalia.com>
Unreviewed. Remove fail expectations for tests that should not be
Added: trunk/LayoutTests/platform/chromium/media/video-seek-past-end-paused-expected.txt (0 => 125001)
--- trunk/LayoutTests/platform/chromium/media/video-seek-past-end-paused-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/media/video-seek-past-end-paused-expected.txt 2012-08-08 07:06:28 UTC (rev 125001)
@@ -0,0 +1,18 @@
+Test that seeking a paused video past its end sets currentTime to duration and leaves the video paused.
+
+EVENT(canplaythrough)
+EXPECTED (video.paused == 'true') OK
+EXPECTED (video.ended == 'false') OK
+RUN(video.play())
+
+EXPECTED (video.paused == 'false') OK
+EXPECTED (mediaElement.currentTime > '0') OK
+
+EXPECTED (video.paused == 'true') OK
+
+EXPECTED (video.paused == 'true') OK
+EXPECTED (mediaElement.currentTime == 'mediaElement.duration') OK
+EXPECTED (video.ended == 'true') OK
+
+END OF TEST
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes