Changeset 47214 in webkit


Ignore:
Timestamp:
Aug 13, 2009 10:59:30 AM (15 years ago)
Author:
Adam Roben
Message:

Remove media/video-test.js's redundant hang timer

DRT already has a timer that does the same thing.

Reviewed by Mark Rowe.

  • media/video-test.js: Remove the hang timer, since DRT does the same

thing.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r47209 r47214  
     12009-08-13  Adam Roben  <aroben@apple.com>
     2
     3        Remove media/video-test.js's redundant hang timer
     4
     5        DRT already has a timer that does the same thing.
     6
     7        Reviewed by Mark Rowe.
     8
     9        * media/video-test.js: Remove the hang timer, since DRT does the same
     10        thing.
     11
    1122009-08-13  Brian Weinstein  <bweinstein@apple.com>
    213
  • trunk/LayoutTests/media/video-test.js

    r46857 r47214  
    88findMediaElement();
    99logConsole();
    10 setTimeout(hanged, 10000);
    1110
    1211if (window.layoutTestController) {
     
    3635            mediaElement = video;
    3736    } catch (ex) { }
    38 }
    39 
    40 function hanged()
    41 {
    42     logResult(Failed, "FAIL: timed out");
    43     if (window.layoutTestController)
    44         layoutTestController.notifyDone(); 
    4537}
    4638
Note: See TracChangeset for help on using the changeset viewer.