Changeset 84922 in webkit


Ignore:
Timestamp:
Apr 26, 2011 10:12:12 AM (13 years ago)
Author:
dbates@webkit.org
Message:

2011-04-26 Daniel Bates <dbates@rim.com>

Reviewed by Adam Barth.

Add layout test to ensure we don't regress clicking when exiting pan scrolling
https://bugs.webkit.org/show_bug.cgi?id=58702

On ports that build with PAN_SCROLLING enabled (includes all Windows ports at
the time of writing), ensure that a mouse click is ignored when in pan scroll mode.

This test is expected to fail on ports either built with PAN_SCROLLING disabled
or don't support pan scrolling. In particular, this test is expected to fail on
the Apple Mac and Chromium Mac port.

  • fast/events/panScroll-click-hyperlink.html: Added.
  • platform/mac/fast/events/panScroll-click-hyperlink-expected.txt: Added.
  • platform/win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84920 r84922  
     12011-04-26  Daniel Bates  <dbates@rim.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        Add layout test to ensure we don't regress clicking when exiting pan scrolling
     6        https://bugs.webkit.org/show_bug.cgi?id=58702
     7
     8        On ports that build with PAN_SCROLLING enabled (includes all Windows ports at
     9        the time of writing), ensure that a mouse click is ignored when in pan scroll mode.
     10
     11        This test is expected to fail on ports either built with PAN_SCROLLING disabled
     12        or don't support pan scrolling. In particular, this test is expected to fail on
     13        the Apple Mac and Chromium Mac port.
     14
     15        * fast/events/panScroll-click-hyperlink.html: Added.
     16        * platform/mac/fast/events/panScroll-click-hyperlink-expected.txt: Added.
     17        * platform/win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
     18
    1192011-04-26  John Knottenbelt  <jknotten@chromium.org>
    220
Note: See TracChangeset for help on using the changeset viewer.