⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287074 in webkit


Ignore:
Timestamp:
Dec 15, 2021, 8:25:24 AM (5 years ago)
Author:
jer.noble@apple.com
Message:

[ iOS EWS ] 2X media/track (layout-tests) are a constant image failure
https://bugs.webkit.org/show_bug.cgi?id=234090
<rdar://problem/86281284>

Reviewed by Eric Carlson.

Fix the expected results.

  • media/track/track-webvtt-no-snap-to-lines-overlap-expected.html:
  • media/track/track-webvtt-snap-to-lines-left-right-expected.html:
  • platform/ios-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r287067 r287074  
     12021-12-15  Jer Noble  <jer.noble@apple.com>
     2
     3        [ iOS EWS ]  2X media/track (layout-tests) are a constant image failure
     4        https://bugs.webkit.org/show_bug.cgi?id=234090
     5        <rdar://problem/86281284>
     6
     7        Reviewed by Eric Carlson.
     8
     9        Fix the expected results.
     10
     11        * media/track/track-webvtt-no-snap-to-lines-overlap-expected.html:
     12        * media/track/track-webvtt-snap-to-lines-left-right-expected.html:
     13        * platform/ios-wk2/TestExpectations:
     14
    1152021-12-15  Youenn Fablet  <youenn@apple.com>
    216
  • trunk/LayoutTests/media/track/track-webvtt-no-snap-to-lines-overlap-expected.html

    r286743 r287074  
    1414        .cue-box {
    1515            position: absolute;
     16            font-family: sans-serif;
    1617            font-size: 12px;
    1718        }
  • trunk/LayoutTests/media/track/track-webvtt-snap-to-lines-left-right-expected.html

    r286743 r287074  
    1414        .cue-box {
    1515            position: absolute;
     16            font-family: sans-serif;
    1617            font-size: 12px;
    1718        }
  • trunk/LayoutTests/platform/ios-wk2/TestExpectations

    r286997 r287074  
    22512251webkit.org/b/232337 [ Release ] imported/w3c/web-platform-tests/html/cross-origin-opener-policy/reporting/navigation-reporting/reporting-coop-navigated-opener.https.html [ Pass Failure  DumpJSConsoleLogInStdErr ]
    22522252
    2253 # webkit.org/b/234090 The two folloing tests are constant failures on iOS15 and EWS
    2254 media/track/track-webvtt-no-snap-to-lines-overlap.html [ ImageOnlyFailure ]
    2255 media/track/track-webvtt-snap-to-lines-left-right.html [ ImageOnlyFailure ]
    2256 
    22572253# webkit.org/b/234278 The following 8 tests are flakey failures on iOS 15
    22582254imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer-service-worker.https.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.