Changeset 238883 in webkit


Ignore:
Timestamp:
Dec 4, 2018 6:18:07 PM (5 years ago)
Author:
Simon Fraser
Message:

Attempt to de-flake this test by scrolling a bit more.

  • compositing/fixed-with-main-thread-scrolling.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r238880 r238883  
     12018-12-04  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Attempt to de-flake this test by scrolling a bit more.
     4
     5        * compositing/fixed-with-main-thread-scrolling.html:
     6
    172018-12-04  Ryosuke Niwa  <rniwa@webkit.org>
    28
  • trunk/LayoutTests/compositing/fixed-with-main-thread-scrolling.html

    r238876 r238883  
    4040            eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
    4141            eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
     42            eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
    4243            eventSender.mouseScrollByWithWheelAndMomentumPhases(0, 0, "none", "end");
    4344            eventSender.callAfterScrollingCompletes(() => {
Note: See TracChangeset for help on using the changeset viewer.