Changeset 242046 in webkit


Ignore:
Timestamp:
Feb 25, 2019 10:26:09 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Add tests mixing programmatic and user frame scrolling on iOS
https://bugs.webkit.org/show_bug.cgi?id=194900

This patch adds tests initially written for bug 182868 but eventually
fixed by bug 194886. They involve mixing user and programmatic
scrolling.

Patch by Frederic Wang <fwang@igalia.com> on 2019-02-25
Reviewed by Antti Koivisto.

  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-001-expected.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-001.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-002-expected.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-002.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-003-expected.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-003.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-004-expected.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-004.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-005-expected.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-005.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-006-expected.html: Added.
  • fast/scrolling/ios/mixing-user-and-programmatic-scroll-006.html: Added.
Location:
trunk/LayoutTests
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r242044 r242046  
     12019-02-25  Frederic Wang  <fwang@igalia.com>
     2
     3        Add tests mixing programmatic and user frame scrolling on iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=194900
     5
     6        This patch adds tests initially written for bug 182868 but eventually
     7        fixed by bug 194886. They involve mixing user and programmatic
     8        scrolling.
     9
     10        Reviewed by Antti Koivisto.
     11
     12        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-001-expected.html: Added.
     13        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-001.html: Added.
     14        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-002-expected.html: Added.
     15        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-002.html: Added.
     16        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-003-expected.html: Added.
     17        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-003.html: Added.
     18        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-004-expected.html: Added.
     19        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-004.html: Added.
     20        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-005-expected.html: Added.
     21        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-005.html: Added.
     22        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-006-expected.html: Added.
     23        * fast/scrolling/ios/mixing-user-and-programmatic-scroll-006.html: Added.
     24
    1252019-02-25  Truitt Savell  <tsavell@apple.com>
    226
Note: See TracChangeset for help on using the changeset viewer.