Changeset 13202 in webkit


Ignore:
Timestamp:
Mar 7, 2006 5:37:44 PM (18 years ago)
Author:
justing
Message:

Reviewed by harrison


I think this layout test is failing b/c the wait times are
right on the threshold of what is necessary to register a drag.

  • fast/lists/drag-into-marker.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r13193 r13202  
     12006-03-07  Justin Garcia  <justin.garcia@apple.com>
     2
     3        Reviewed by harrison
     4       
     5        I think this layout test is failing b/c the wait times are
     6        right on the threshold of what is necessary to register a drag.
     7
     8        * fast/lists/drag-into-marker.html:
     9
    1102006-03-07  Adele Peterson  <adele@apple.com>
    211
  • trunk/LayoutTests/fast/lists/drag-into-marker.html

    r13169 r13202  
    2626   
    2727    // Wait a moment so that the next mouseDown will kick off a drag, instead of a triple-click
    28     eventSender.leapForward(1000);
     28    eventSender.leapForward(1300);
    2929    eventSender.mouseDown();
    3030    // Wait a moment so that the mouseDown will kick off a drag instead of starting a new selection.
    31     eventSender.leapForward(200);
     31    eventSender.leapForward(400);
    3232   
    3333    var li = document.getElementById("li");
Note: See TracChangeset for help on using the changeset viewer.