Changeset 196665 in webkit


Ignore:
Timestamp:
Feb 16, 2016 3:24:11 PM (8 years ago)
Author:
Simon Fraser
Message:

Add tests for iframe and overflow scrollability after navigating back
https://bugs.webkit.org/show_bug.cgi?id=154300

Reviewed by Brent Fulgham.

Test that sends mousewheel events to overflow and iframe, before and after navigating
forward then back.

These tests detect the regression caused by r188659.

  • fast/scrolling/iframe-scrollable-after-back-expected.txt: Added.
  • fast/scrolling/iframe-scrollable-after-back.html: Added.
  • fast/scrolling/overflow-scrollable-after-back-expected.txt: Added.
  • fast/scrolling/overflow-scrollable-after-back.html: Added.
  • fast/scrolling/resources/scroll-notifying-page.html: Added.
  • platform/ios-simulator/TestExpectations: Skip on iOS.
Location:
trunk/LayoutTests
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r196664 r196665  
     12016-02-16  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Add tests for iframe and overflow scrollability after navigating back
     4        https://bugs.webkit.org/show_bug.cgi?id=154300
     5
     6        Reviewed by Brent Fulgham.
     7       
     8        Test that sends mousewheel events to overflow and iframe, before and after navigating
     9        forward then back.
     10       
     11        These tests detect the regression caused by r188659.
     12
     13        * fast/scrolling/iframe-scrollable-after-back-expected.txt: Added.
     14        * fast/scrolling/iframe-scrollable-after-back.html: Added.
     15        * fast/scrolling/overflow-scrollable-after-back-expected.txt: Added.
     16        * fast/scrolling/overflow-scrollable-after-back.html: Added.
     17        * fast/scrolling/resources/scroll-notifying-page.html: Added.
     18        * platform/ios-simulator/TestExpectations: Skip on iOS.
     19
    1202016-02-16  Daniel Bates  <dabates@apple.com>
    221
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r196662 r196665  
    5454fast/history/page-cache-running-audiocontext.html
    5555fast/history/page-cache-suspended-audiocontext.html
     56
     57# No mousewheel events on iOS
     58fast/scrolling/iframe-scrollable-after-back.html [ Skip ]
     59fast/scrolling/overflow-scrollable-after-back.html [ Skip ]
    5660
    5761# Not supported on iOS
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r196643 r196665  
    194194webkit.org/b/147683 fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe.html [ Skip ]
    195195
     196fast/scrolling/iframe-scrollable-after-back.html [ Skip ]
     197fast/scrolling/overflow-scrollable-after-back.html [ Skip ]
     198
    196199compositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure ]
    197200
Note: See TracChangeset for help on using the changeset viewer.