Changeset 189772 in webkit


Ignore:
Timestamp:
Sep 14, 2015 7:28:29 PM (9 years ago)
Author:
ap@apple.com
Message:

fast/events/frame-scroll-fake-mouse-move.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149140

Reviewed by Darin Adler.

  • fast/events/frame-scroll-fake-mouse-move.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189770 r189772  
     12015-09-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        fast/events/frame-scroll-fake-mouse-move.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=149140
     5
     6        Reviewed by Darin Adler.
     7
     8        * fast/events/frame-scroll-fake-mouse-move.html:
     9
    1102015-09-14  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/LayoutTests/fast/events/frame-scroll-fake-mouse-move.html

    r120792 r189772  
    88    {
    99        passed = true;
     10        clearTimeout(timeoutID);
     11        finish();
    1012    }
    1113
     
    2729            eventSender.mouseMoveTo(50, 100);
    2830            document.body.scrollTop = 250;
    29             setTimeout(finish, 200);
     31            timeoutID = setTimeout(finish, 20000);
    3032        }, 200);
    3133    }
Note: See TracChangeset for help on using the changeset viewer.