Changeset 232940 in webkit


Ignore:
Timestamp:
Jun 18, 2018 12:13:19 PM (6 years ago)
Author:
Wenson Hsieh
Message:

fast/forms/button-set-display-flex-justifyContent-center.html is failing on macOS Mojave
https://bugs.webkit.org/show_bug.cgi?id=186776
<rdar://problem/41104962>

Fix a failing layout test by making the reference markup robust for changes to system button text color. This
system color is different in macOS Mojave, which causes this layout test to fail.

Reviewed by Beth Dakin.

  • fast/forms/button-set-display-flex-justifyContent-center-expected.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r232939 r232940  
     12018-06-18  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        fast/forms/button-set-display-flex-justifyContent-center.html is failing on macOS Mojave
     4        https://bugs.webkit.org/show_bug.cgi?id=186776
     5        <rdar://problem/41104962>
     6
     7        Fix a failing layout test by making the reference markup robust for changes to system button text color. This
     8        system color is different in macOS Mojave, which causes this layout test to fail.
     9
     10        Reviewed by Beth Dakin.
     11
     12        * fast/forms/button-set-display-flex-justifyContent-center-expected.html:
     13
    1142018-06-18  Michael Catanzaro  <mcatanzaro@igalia.com>
    215
  • trunk/LayoutTests/fast/forms/button-set-display-flex-justifyContent-center-expected.html

    r213173 r232940  
    77    display: flex;
    88    justify-content: center;
     9    color: buttontext;
    910}
    1011</style>
Note: See TracChangeset for help on using the changeset viewer.