platform/ios/ios/fast/text/opticalFont.html This test is a constant failure on iOS, I think it just needs a rebase as the pixels are off by one. History: https://results.webkit.org/?suite=layout-tests&test=platform%2Fios%2Fios%2Ffast%2Ftext%2FopticalFont.html Diff: --- /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/platform/ios/ios/fast/text/opticalFont-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/platform/ios/ios/fast/text/opticalFont-actual.txt @@ -12,13 +12,13 @@ RenderBlock {DIV} at (0,58) size 784x74 RenderText {#text} at (0,0) size 679x74 text run at (0,0) width 679: "This is a test for -webkit-system-font, using the 'font'" - text run at (0,37) width 109: "property" + text run at (0,37) width 110: "property" RenderBlock {DIV} at (0,132) size 784x37 - RenderText {#text} at (0,0) size 717x37 - text run at (0,0) width 717: "This is a test for -apple-system, using the 'font' property" + RenderText {#text} at (0,0) size 718x37 + text run at (0,0) width 718: "This is a test for -apple-system, using the 'font' property" RenderBlock {DIV} at (0,169) size 784x37 - RenderText {#text} at (0,0) size 655x37 - text run at (0,0) width 655: "This is a test for system-ui, using the 'font' property" + RenderText {#text} at (0,0) size 656x37 + text run at (0,0) width 656: "This is a test for system-ui, using the 'font' property" RenderBlock {DIV} at (0,206) size 784x29 RenderInline {B} at (0,0) size 552x29 RenderText {#text} at (0,0) size 552x29
<rdar://problem/92056238>
Yes, I agree that this should just be rebased.
Created attachment 458024 [details] Patch
Created attachment 458025 [details] Patch
Comment on attachment 458025 [details] Patch Truitt says this is the right direction.
Committed r293140 (249838@main): <https://commits.webkit.org/249838@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458025 [details].