[webkit-changes] [WebKit/WebKit] 26583b: Fix variable-opsz-size-adjust.html (optical size) ...

Vitor Roriz noreply at github.com
Mon May 8 05:09:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 26583bfadc4b660692b9cdaa5cd0227785c8fd4f
      https://github.com/WebKit/WebKit/commit/26583bfadc4b660692b9cdaa5cd0227785c8fd4f
  Author: Vitor Roriz <vitor.roriz at apple.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/platform/gtk/TestExpectations
    M LayoutTests/platform/wpe/TestExpectations
    M Source/WebCore/platform/graphics/coretext/FontCustomPlatformDataCoreText.cpp

  Log Message:
  -----------
  Fix variable-opsz-size-adjust.html (optical size) test fails (255862)
https://bugs.webkit.org/show_bug.cgi?id=255862
rdar://108447198

Reviewed by Myles C. Maxfield.

UnrealizedFont was getting size before size-adjust adjustment and for that
reason size-adjust was not affecting the optical-size.

* LayoutTests/TestExpectations:
- Bug fixed for CoreText.

* LayoutTests/platform/gtk/TestExpectations:
* LayoutTests/platform/wpe/TestExpectations:
- It still fails for FreeType, so I'm creating a separated bug.

* Source/WebCore/platform/graphics/coretext/FontCustomPlatformDataCoreText.cpp:
(WebCore::FontCustomPlatformData::fontPlatformData):

Canonical link: https://commits.webkit.org/263795@main




More information about the webkit-changes mailing list