Changeset 268310 in webkit


Ignore:
Timestamp:
Oct 10, 2020 5:50:53 AM (4 years ago)
Author:
Oriol Brufau
Message:

Fix mac expectations for text-selection.html
https://bugs.webkit.org/show_bug.cgi?id=217475

Reviewed by Alexey Proskuryakov.

In Mojave this test produces a different result than in other platforms.
r268233 already added a Mojave-specific expected.txt, this patch removes
the failure from TestExpectations and removes the Mac-specific
expected.txt, which is identical to the non-platform-specific one.

  • platform/mac/TestExpectations:
  • platform/mac/imported/w3c/web-platform-tests/css/css-pseudo/text-selection-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r268305 r268310  
     12020-10-10  Oriol Brufau  <obrufau@igalia.com>
     2
     3        Fix mac expectations for text-selection.html
     4        https://bugs.webkit.org/show_bug.cgi?id=217475
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        In Mojave this test produces a different result than in other platforms.
     9        r268233 already added a Mojave-specific expected.txt, this patch removes
     10        the failure from TestExpectations and removes the Mac-specific
     11        expected.txt, which is identical to the non-platform-specific one.
     12
     13
     14        * platform/mac/TestExpectations:
     15        * platform/mac/imported/w3c/web-platform-tests/css/css-pseudo/text-selection-expected.txt: Removed.
     16
    1172020-10-09  Hector Lopez  <hector_i_lopez@apple.com>
    218
  • trunk/LayoutTests/platform/mac/TestExpectations

    r268305 r268310  
    22422242webkit.org/b/217461 [ Mojave+ ] imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg [ Skip ]
    22432243
    2244 webkit.org/b/167729 [ Mojave ] imported/w3c/web-platform-tests/css/css-pseudo/text-selection.html [ Failure ]
    2245 
    22462244webkit.org/b/217542 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/processing-after-resume.https.html [ Pass Failure ]
    22472245
Note: See TracChangeset for help on using the changeset viewer.