Title: [284589] trunk/LayoutTests
Revision
284589
Author
[email protected]
Date
2021-10-20 23:15:51 -0700 (Wed, 20 Oct 2021)

Log Message

[ iOS ] fast/inline/inline-background-clip-text-multiline.html is image failing
https://bugs.webkit.org/show_bug.cgi?id=231961
<rdar://problem/84418611>

Unreviewed.

Fix the test to not depend on font rendering details.


* fast/inline/inline-background-clip-text-multiline-expected.html:
* fast/inline/inline-background-clip-text-multiline.html:
* platform/ios-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (284588 => 284589)


--- trunk/LayoutTests/ChangeLog	2021-10-21 00:03:30 UTC (rev 284588)
+++ trunk/LayoutTests/ChangeLog	2021-10-21 06:15:51 UTC (rev 284589)
@@ -1,3 +1,17 @@
+2021-10-20  Antti Koivisto  <[email protected]>
+
+        [ iOS ] fast/inline/inline-background-clip-text-multiline.html is image failing
+        https://bugs.webkit.org/show_bug.cgi?id=231961
+        <rdar://problem/84418611>
+
+        Unreviewed.
+
+        Fix the test to not depend on font rendering details.
+
+        * fast/inline/inline-background-clip-text-multiline-expected.html:
+        * fast/inline/inline-background-clip-text-multiline.html:
+        * platform/ios-wk2/TestExpectations:
+
 2021-10-20  Ayumi Kojima  <[email protected]>
 
         [ macOS ] imported/w3c/web-platform-tests/xhr/event-upload-progress-crossorigin.any.html is a flaky failure.

Modified: trunk/LayoutTests/fast/inline/inline-background-clip-text-multiline-expected.html (284588 => 284589)


--- trunk/LayoutTests/fast/inline/inline-background-clip-text-multiline-expected.html	2021-10-21 00:03:30 UTC (rev 284588)
+++ trunk/LayoutTests/fast/inline/inline-background-clip-text-multiline-expected.html	2021-10-21 06:15:51 UTC (rev 284589)
@@ -1,6 +1,8 @@
 <style>
 div {
     font-family: 'Ahem';
+    font-size: 20px;
+    line-height: 20px;
 }
 .clip {
     color: transparent;

Modified: trunk/LayoutTests/fast/inline/inline-background-clip-text-multiline.html (284588 => 284589)


--- trunk/LayoutTests/fast/inline/inline-background-clip-text-multiline.html	2021-10-21 00:03:30 UTC (rev 284588)
+++ trunk/LayoutTests/fast/inline/inline-background-clip-text-multiline.html	2021-10-21 06:15:51 UTC (rev 284589)
@@ -1,6 +1,8 @@
 <style>
 div {
     font-family: 'Ahem';
+    font-size: 20px;
+    line-height: 20px;
 }
 .clip {
     color: transparent;

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (284588 => 284589)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-21 00:03:30 UTC (rev 284588)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-10-21 06:15:51 UTC (rev 284589)
@@ -2231,8 +2231,6 @@
 
 webkit.org/b/231714 fast/scrolling/ios/click-events-during-momentum-scroll-in-overflow.html [ Pass Timeout ]
 
-webkit.org/b/231961 fast/inline/inline-background-clip-text-multiline.html [ ImageOnlyFailure ]
-
 webkit.org/b/231780 [ Debug ] imported/w3c/web-platform-tests/webrtc/simulcast/basic.https.html [ Pass Failure ]
 
 webkit.org/b/232048 http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-in-new-window.html [ Pass Crash ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to