Changeset 147830 in webkit


Ignore:
Timestamp:
Apr 5, 2013 8:33:54 PM (11 years ago)
Author:
benjamin@webkit.org
Message:

Modernize fast/events/autoscroll.html
https://bugs.webkit.org/show_bug.cgi?id=112508

Patch by Benjamin Poulain <bpoulain@apple.com> on 2013-04-05
Reviewed by Jer Noble.

The test fast/events/autoscroll.html was introduced in
https://bugs.webkit.org/show_bug.cgi?id=12331 (r19102) to verify the page
does not scroll when the text is selected.

It seems reasonable to test the use case with a text dump instead of a pixel test.
This should reduces the maintenance needed to keep the test useful.

  • fast/events/autoscroll.html: Removed.
  • fast/events/no-scroll-on-input-text-selection-expected.txt: Added.
  • fast/events/no-scroll-on-input-text-selection.html: Added.
  • platform/efl/fast/events/autoscroll-expected.png: Removed.
  • platform/efl/fast/events/autoscroll-expected.txt: Removed.
  • platform/gtk/fast/events/autoscroll-expected.png: Removed.
  • platform/gtk/fast/events/autoscroll-expected.txt: Removed.
  • platform/mac-wk2/TestExpectations:
  • platform/mac/fast/events/autoscroll-expected.png: Removed.
  • platform/mac/fast/events/autoscroll-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
2 added
7 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r147829 r147830  
     12013-04-05  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        Modernize fast/events/autoscroll.html
     4        https://bugs.webkit.org/show_bug.cgi?id=112508
     5
     6        Reviewed by Jer Noble.
     7
     8        The test fast/events/autoscroll.html was introduced in
     9        https://bugs.webkit.org/show_bug.cgi?id=12331 (r19102) to verify the page
     10        does not scroll when the text is selected.
     11
     12        It seems reasonable to test the use case with a text dump instead of a pixel test.
     13        This should reduces the maintenance needed to keep the test useful.
     14
     15        * fast/events/autoscroll.html: Removed.
     16        * fast/events/no-scroll-on-input-text-selection-expected.txt: Added.
     17        * fast/events/no-scroll-on-input-text-selection.html: Added.
     18        * platform/efl/fast/events/autoscroll-expected.png: Removed.
     19        * platform/efl/fast/events/autoscroll-expected.txt: Removed.
     20        * platform/gtk/fast/events/autoscroll-expected.png: Removed.
     21        * platform/gtk/fast/events/autoscroll-expected.txt: Removed.
     22        * platform/mac-wk2/TestExpectations:
     23        * platform/mac/fast/events/autoscroll-expected.png: Removed.
     24        * platform/mac/fast/events/autoscroll-expected.txt: Removed.
     25
    1262013-04-05  Andy Estes  <aestes@apple.com>
    227
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r147515 r147830  
    9898fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html
    9999fast/events/autoscroll-with-non-scrollable-parent.html
    100 fast/events/autoscroll.html
    101100fast/events/bogus-dropEffect-effectAllowed.html
    102101fast/events/click-count.html
Note: See TracChangeset for help on using the changeset viewer.