⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244658 in webkit


Ignore:
Timestamp:
Apr 25, 2019, 11:59:51 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Add more tests for ios programmatic iframe scrolling with fixed/sticky layers
https://bugs.webkit.org/show_bug.cgi?id=197280

This commit adds iOS tests for scrolling iframes containing fixed/sticky layers. They are
extracted from earlier experimental patches for iOS frame scrolling but failed with the
alternative patches initially landed in bug 193539 and follow-up bugs. They now pass again
on trunk, so we can finally import them.

Patch by Frederic Wang <fwang@igalia.com> on 2019-04-25
Reviewed by Darin Adler.

  • fast/scrolling/ios/programmatic-scroll-iframe-010-expected.html: Added.
  • fast/scrolling/ios/programmatic-scroll-iframe-010.html: Added.
  • fast/scrolling/ios/programmatic-scroll-iframe-011-expected.html: Added.
  • fast/scrolling/ios/programmatic-scroll-iframe-011.html: Added.
  • fast/scrolling/ios/programmatic-scroll-iframe-012-expected.html: Added.
  • fast/scrolling/ios/programmatic-scroll-iframe-012.html: Added.
Location:
trunk/LayoutTests
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r244651 r244658  
     12019-04-25  Frederic Wang  <fwang@igalia.com>
     2
     3        Add more tests for ios programmatic iframe scrolling with fixed/sticky layers
     4        https://bugs.webkit.org/show_bug.cgi?id=197280
     5
     6        This commit adds iOS tests for scrolling iframes containing fixed/sticky layers. They are
     7        extracted from earlier experimental patches for iOS frame scrolling but failed with the
     8        alternative patches initially landed in bug 193539 and follow-up bugs. They now pass again
     9        on trunk, so we can finally import them.
     10
     11        Reviewed by Darin Adler.
     12
     13        * fast/scrolling/ios/programmatic-scroll-iframe-010-expected.html: Added.
     14        * fast/scrolling/ios/programmatic-scroll-iframe-010.html: Added.
     15        * fast/scrolling/ios/programmatic-scroll-iframe-011-expected.html: Added.
     16        * fast/scrolling/ios/programmatic-scroll-iframe-011.html: Added.
     17        * fast/scrolling/ios/programmatic-scroll-iframe-012-expected.html: Added.
     18        * fast/scrolling/ios/programmatic-scroll-iframe-012.html: Added.
     19
    1202019-04-25  Shawn Roberts  <sroberts@apple.com>
    221
Note: See TracChangeset for help on using the changeset viewer.