-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Skia] Font::platformSupportsCodePoint should take the variation selector into account #47228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Skia] Font::platformSupportsCodePoint should take the variation selector into account #47228
Conversation
EWS run on previous version of this PR (hash 31b3ec5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the test expectations for the three newly-failing tests. The new results for the two emoji tests are clearly better, so the expectations just need to be rebaselined.
I'm not sure what's going on with fast/text/unknown-font.html.
It's not so easy, they are ref tests. The problem is that now we render correctly the test but still incorrectly the ref, that's why it looks like a progression. So, we need to fix the rendering of the ref.
This was wrong before too, but it just checked we were rendering anything (the ref mismatch is just empty). Now we fail to render, but for a different existing issue that I'll try to fix in a different bug. |
31b3ec5
to
6a3ad7f
Compare
EWS run on current version of this PR (hash 6a3ad7f) |
…ctor into account https://bugs.webkit.org/show_bug.cgi?id=295022 Reviewed by Michael Catanzaro. Use SkiaHarfBuzzFont::glyph() instead. Canonical link: https://commits.webkit.org/296713@main
6a3ad7f
to
24a3125
Compare
Committed 296713@main (24a3125): https://commits.webkit.org/296713@main Reviewed commits have been landed. Closing PR #47228 and removing active labels. |
24a3125
6a3ad7f
🛠 win🧪 win-tests