[webkit-changes] [WebKit/WebKit] db5cab: Stop returning nullptr for system font keywords on...

Chirag Shah noreply at github.com
Tue Jan 10 13:31:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: db5cab0a4aaaf397271d4422ae417a6f39ea18cb
      https://github.com/WebKit/WebKit/commit/db5cab0a4aaaf397271d4422ae417a6f39ea18cb
  Author: Chirag M Shah <chirag_m_shah at apple.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    A LayoutTests/fast/css/css-text-border-menu-expected.txt
    A LayoutTests/fast/css/css-text-border-menu.html
    M Source/WebCore/css/StyleProperties.cpp

  Log Message:
  -----------
  Stop returning nullptr for system font keywords on non-font related properties

https://bugs.webkit.org/show_bug.cgi?id=250245
rdar://103916548

Reviewed by Darin Adler and Tim Nguyen.

The code that is handling font: menu shouldn’t apply to non-font
properties.

* LayoutTests/fast/css/css-text-border-menu-expected.txt: Added.
* LayoutTests/fast/css/css-text-border-menu.html: Added.
* Source/WebCore/css/StyleProperties.cpp:
(WebCore::StyleProperties::getPropertyCSSValue const):

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




More information about the webkit-changes mailing list