Title: [287074] trunk/LayoutTests
Revision
287074
Author
jer.no...@apple.com
Date
2021-12-15 08:25:24 -0800 (Wed, 15 Dec 2021)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (287073 => 287074)


--- trunk/LayoutTests/ChangeLog	2021-12-15 16:23:33 UTC (rev 287073)
+++ trunk/LayoutTests/ChangeLog	2021-12-15 16:25:24 UTC (rev 287074)
@@ -1,3 +1,17 @@
+2021-12-15  Jer Noble  <jer.no...@apple.com>
+
+        [ 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:
+
 2021-12-15  Youenn Fablet  <you...@apple.com>
 
         Make sure to start a realtime outgoing source in case it is taken to another sender

Modified: trunk/LayoutTests/media/track/track-webvtt-no-snap-to-lines-overlap-expected.html (287073 => 287074)


--- trunk/LayoutTests/media/track/track-webvtt-no-snap-to-lines-overlap-expected.html	2021-12-15 16:23:33 UTC (rev 287073)
+++ trunk/LayoutTests/media/track/track-webvtt-no-snap-to-lines-overlap-expected.html	2021-12-15 16:25:24 UTC (rev 287074)
@@ -13,6 +13,7 @@
         body { margin:0 }
         .cue-box {
             position: absolute;
+            font-family: sans-serif;
             font-size: 12px;
         }
         .cue {

Modified: trunk/LayoutTests/media/track/track-webvtt-snap-to-lines-left-right-expected.html (287073 => 287074)


--- trunk/LayoutTests/media/track/track-webvtt-snap-to-lines-left-right-expected.html	2021-12-15 16:23:33 UTC (rev 287073)
+++ trunk/LayoutTests/media/track/track-webvtt-snap-to-lines-left-right-expected.html	2021-12-15 16:25:24 UTC (rev 287074)
@@ -13,6 +13,7 @@
         body { margin:0 }
         .cue-box {
             position: absolute;
+            font-family: sans-serif;
             font-size: 12px;
         }
         .cue {

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (287073 => 287074)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-12-15 16:23:33 UTC (rev 287073)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-12-15 16:25:24 UTC (rev 287074)
@@ -2250,10 +2250,6 @@
 
 webkit.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 ]
 
-# webkit.org/b/234090 The two folloing tests are constant failures on iOS15 and EWS
-media/track/track-webvtt-no-snap-to-lines-overlap.html [ ImageOnlyFailure ]
-media/track/track-webvtt-snap-to-lines-left-right.html [ ImageOnlyFailure ]
-
 # webkit.org/b/234278 The following 8 tests are flakey failures on iOS 15
 imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer-service-worker.https.html [ Pass Failure ]
 imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-frame.https.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to