Created attachment 468478 [details] test case Open the attached test case. Result: The layout of the text inside the circle is incorrect. This affects rendering of the MDN home page: https://developer.mozilla.org/en-US/. This is a regression of 264666@main which was the fix of bug 257160.
rdar://117911214
Thanks Said dir the reduction. I can have a look early next week…
Working on it.
Pull request: https://github.com/WebKit/WebKit/pull/21271
Got a fix, and incorporated Saids testcase as new test in the PR. However I failed to make a proper reftest for this, as HTML/CSS is missing the primitives to layout text on path, and it's hard to simulate it in a cross-platform way, unless resorting to e.g. Ahem font etc. -- I didn't have the time to investigate, and also don't want to hold back the regression fix any longer.
Committed 271996@main (79238bc8e2d6): <https://commits.webkit.org/271996@main> Reviewed commits have been landed. Closing PR #21271 and removing active labels.