[Webkit-unassigned] [Bug 143684] New: Expand test infrastructure to support scrolling tests (Part 2)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 17:08:54 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143684

            Bug ID: 143684
           Summary: Expand test infrastructure to support scrolling tests
                    (Part 2)
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Part 2: Connect new testing infrastructure to WebCore.

Our scrolling tests currently rely on large timeouts to ensure that tests work properly. This is because we need to wait to check our final DOM state until any scroll-generated animations complete. For example, we need to wait until any rubber banding or scroll-snap animations complete before we can determine if the scroll gesture moved us to the proper location.

This change adds a new test EventSender object method called "callAfterScrollingCompletes". This new method will be called when the scroll animations are finished, greatly reducing the need for arbitrary timeouts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150414/d8dd2acb/attachment.html>


More information about the webkit-unassigned mailing list