[webkit-changes] [WebKit/WebKit] 6be98a: text-decoration-thickness property doesn't always ...
Tim Nguyen
noreply at github.com
Sun Jan 8 13:14:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6be98ae1629fb67d7fc6ed7413c6d8e40d251720
https://github.com/WebKit/WebKit/commit/6be98ae1629fb67d7fc6ed7413c6d8e40d251720
Author: Tim Nguyen <ntim at apple.com>
Date: 2023-01-08 (Sun, 08 Jan 2023)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/css/css-text-decor/invalidation/text-decoration-thickness-expected.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-text-decor/invalidation/text-decoration-thickness-ref.html
A LayoutTests/imported/w3c/web-platform-tests/css/css-text-decor/invalidation/text-decoration-thickness.html
M LayoutTests/platform/ios/TestExpectations
M Source/WebCore/rendering/style/RenderStyle.cpp
Log Message:
-----------
text-decoration-thickness property doesn't always trigger repaint when changed
https://bugs.webkit.org/show_bug.cgi?id=224483
rdar://76895249
Reviewed by Darin Adler.
RenderStyle::changeRequiresRepaintIfText() should return true when text-decoration-thickness changes.
GOV.UK bug tracker: https://github.com/alphagov/reported-bugs/issues/60
* LayoutTests/imported/w3c/web-platform-tests/css/css-text-decor/invalidation/text-decoration-thickness-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-text-decor/invalidation/text-decoration-thickness-ref.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/css-text-decor/invalidation/text-decoration-thickness.html: Added.
* LayoutTests/platform/ios/TestExpectations:
* Source/WebCore/rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::changeRequiresRepaintIfText const):
Canonical link: https://commits.webkit.org/258641@main
More information about the webkit-changes
mailing list