Changeset 244658 in webkit
- Timestamp:
- Apr 25, 2019, 11:59:51 AM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 6 added
- 1 edited
-
ChangeLog (modified) (1 diff)
-
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)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r244651 r244658 1 2019-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 1 20 2019-04-25 Shawn Roberts <sroberts@apple.com> 2 21
Note:
See TracChangeset
for help on using the changeset viewer.