Changeset 260471 in webkit


Ignore:
Timestamp:
Apr 21, 2020 4:00:32 PM (4 years ago)
Author:
Darin Adler
Message:

[Mac] Enable color well tests on modern WebKit
https://bugs.webkit.org/show_bug.cgi?id=210810

Reviewed by Alexey Proskuryakov.

When running tests I was informed of "unexpected passing" for the
test fast/css/pseudo-visited-background-color-on-input.html.
After doing some research, I found that we have tests of color well
that are still disabled on Mac even though we have implemented it
now, just not for legacy WebKit.

Looking at history I see these tests have been passing consistently
on bots. So changed their expectations to Pass, and also un-skipped
some other tests of the same feature that passed for me locally.

  • platform/mac-highsierra-wk1/*: Removed.
  • platform/mac-highsierra/*: Removed.
  • platform/mac-wk1/TestExpectations: Moved expectations here for tests

that we should not run because we don't have color wells enabled.

  • platform/mac-wk2/TestExpectations: Moved expectations here

for color well tests that still don't work in modern WebKit because we
need more support for dragging tests.

  • platform/mac/TestExpectations: Moved the expections *from* here.
Location:
trunk/LayoutTests
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r260450 r260471  
     12020-04-21  Darin Adler  <darin@apple.com>
     2
     3        [Mac] Enable color well tests on modern WebKit
     4        https://bugs.webkit.org/show_bug.cgi?id=210810
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        When running tests I was informed of "unexpected passing" for the
     9        test fast/css/pseudo-visited-background-color-on-input.html.
     10        After doing some research, I found that we have tests of color well
     11        that are still disabled on Mac even though we have implemented it
     12        now, just not for legacy WebKit.
     13
     14        Looking at history I see these tests have been passing consistently
     15        on bots. So changed their expectations to Pass, and also un-skipped
     16        some other tests of the same feature that passed for me locally.
     17
     18        * platform/mac-highsierra-wk1/*: Removed.
     19        * platform/mac-highsierra/*: Removed.
     20
     21        * platform/mac-wk1/TestExpectations: Moved expectations here for tests
     22        that we should not run because we don't have color wells enabled.
     23
     24        * platform/mac-wk2/TestExpectations: Moved expectations here
     25        for color well tests that still don't work in modern WebKit because we
     26        need more support for dragging tests.
     27
     28        * platform/mac/TestExpectations: Moved the expections *from* here.
     29
    1302020-04-21  Simon Fraser  <simon.fraser@apple.com>
    231
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r260272 r260471  
    186186# testRunner.queueLoad() does not support loading data URLs in Mac WK1
    187187http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html [ Skip ]
     188
     189# Color well is turned off.
     190accessibility/color-well.html [ Skip ]
     191editing/pasteboard/drag-and-drop-color-input-events.html [ Skip ]
     192editing/pasteboard/drag-and-drop-color-input.html [ Skip ]
     193fast/css/pseudo-visited-background-color-on-input.html [ ImageOnlyFailure ]
     194fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
     195fast/forms/color [ Skip ]
     196imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/color.html [ Skip ]
    188197
    189198#//////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r260189 r260471  
    220220# [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
    221221# <https://bugs.webkit.org/show_bug.cgi?id=68552>
     222editing/pasteboard/drag-and-drop-color-input-events.html [ Skip ]
     223editing/pasteboard/drag-and-drop-color-input.html [ Skip ]
    222224editing/selection/select-across-readonly-input-2.html
    223225editing/selection/select-across-readonly-input-3.html
  • trunk/LayoutTests/platform/mac/TestExpectations

    r260388 r260471  
    15771577webkit.org/b/198543 imported/w3c/web-platform-tests/css/css-text/line-break/line-break-anywhere-001.html [ ImageOnlyFailure ]
    15781578
    1579 
    1580 # Color Well is turned off
    1581 accessibility/color-well.html [ Skip ]
    1582 fast/forms/color [ Skip ]
    1583 editing/pasteboard/drag-and-drop-color-input.html [ Skip ]
    1584 editing/pasteboard/drag-and-drop-color-input-events.html [ Skip ]
    1585 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/color.html [ Skip ]
    1586 fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
    1587 fast/css/pseudo-visited-background-color-on-input.html [ ImageOnlyFailure ]
    1588 
    15891579webkit.org/b/187393 imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub.html [ Pass Failure ]
    15901580
Note: See TracChangeset for help on using the changeset viewer.