[Webkit-unassigned] [Bug 143286] New: Expand test infrastructure to support scrolling tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 31 17:25:20 PDT 2015


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

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

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: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150401/92fd9303/attachment-0002.html>


More information about the webkit-unassigned mailing list