Title: [124292] trunk/LayoutTests
Revision
124292
Author
[email protected]
Date
2012-07-31 20:42:45 -0700 (Tue, 31 Jul 2012)

Log Message

media/video-currentTime-delay.html shouldn't be a performance test, so remove artificial deadline.
https://bugs.webkit.org/show_bug.cgi?id=92816

Unreviewed test cleanup.


* media/video-currentTime-delay.html:
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124291 => 124292)


--- trunk/LayoutTests/ChangeLog	2012-08-01 03:41:50 UTC (rev 124291)
+++ trunk/LayoutTests/ChangeLog	2012-08-01 03:42:45 UTC (rev 124292)
@@ -1,3 +1,13 @@
+2012-07-31  Ami Fischman  <[email protected]>
+
+        media/video-currentTime-delay.html shouldn't be a performance test, so remove artificial deadline.
+        https://bugs.webkit.org/show_bug.cgi?id=92816
+
+        Unreviewed test cleanup.
+
+        * media/video-currentTime-delay.html:
+        * platform/chromium/TestExpectations:
+
 2012-07-31  Peter Kasting  <[email protected]>
 
         [Chromium] Rebaseline a test and correct two expectations

Modified: trunk/LayoutTests/media/video-currentTime-delay.html (124291 => 124292)


--- trunk/LayoutTests/media/video-currentTime-delay.html	2012-08-01 03:41:50 UTC (rev 124291)
+++ trunk/LayoutTests/media/video-currentTime-delay.html	2012-08-01 03:42:45 UTC (rev 124292)
@@ -21,10 +21,6 @@
         setTimeout(function() {
             run("video.play()"); 
         }, 400);
-    
-        var timeout = 2000;
-        setTimeout(function () { logResult(false, "No 'ended' event in " + timeout/1000  + " seconds"); }, timeout);
-
     });
     
     video.src = "" "content/test");

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (124291 => 124292)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-01 03:41:50 UTC (rev 124291)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-01 03:42:45 UTC (rev 124292)
@@ -3212,8 +3212,6 @@
 
 BUGWK84550 SNOWLEOPARD : fast/canvas/2d.text.draw.fill.maxWidth.gradient.html = TEXT PASS
 
-BUGCR124783 : media/video-currentTime-delay.html = TEXT PASS
-
 BUGWK84688 SNOWLEOPARD : compositing/animation/computed-style-during-delay.html = TEXT PASS
 
 BUGWK84696 SNOWLEOPARD : fast/workers/storage/interrupt-database.html = TIMEOUT PASS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to