⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 124292 in webkit


Ignore:
Timestamp:
Jul 31, 2012, 8:42:45 PM (14 years ago)
Author:
fischman@chromium.org
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:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r124289 r124292  
     12012-07-31  Ami Fischman  <fischman@chromium.org>
     2
     3        media/video-currentTime-delay.html shouldn't be a performance test, so remove artificial deadline.
     4        https://bugs.webkit.org/show_bug.cgi?id=92816
     5
     6        Unreviewed test cleanup.
     7
     8        * media/video-currentTime-delay.html:
     9        * platform/chromium/TestExpectations:
     10
    1112012-07-31  Peter Kasting  <pkasting@google.com>
    212
  • trunk/LayoutTests/media/video-currentTime-delay.html

    r79630 r124292  
    2222            run("video.play()");
    2323        }, 400);
    24    
    25         var timeout = 2000;
    26         setTimeout(function () { logResult(false, "No 'ended' event in " + timeout/1000  + " seconds"); }, timeout);
    27 
    2824    });
    2925   
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r124289 r124292  
    32133213BUGWK84550 SNOWLEOPARD : fast/canvas/2d.text.draw.fill.maxWidth.gradient.html = TEXT PASS
    32143214
    3215 BUGCR124783 : media/video-currentTime-delay.html = TEXT PASS
    3216 
    32173215BUGWK84688 SNOWLEOPARD : compositing/animation/computed-style-during-delay.html = TEXT PASS
    32183216
Note: See TracChangeset for help on using the changeset viewer.