[webkit-changes] [WebKit/WebKit] 9c7e26: Refactor WPT text-autospace-break-001 test for no ...
Vitor Roriz
noreply at github.com
Tue Nov 12 18:17:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9c7e26245778ddd49792953e0c2b47dc6bcdf136
https://github.com/WebKit/WebKit/commit/9c7e26245778ddd49792953e0c2b47dc6bcdf136
Author: Vitor Roriz <vitor.roriz at apple.com>
Date: 2024-11-12 (Tue, 12 Nov 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-break-001.html
Log Message:
-----------
Refactor WPT text-autospace-break-001 test for no implicit initial value
https://bugs.webkit.org/show_bug.cgi?id=283026
rdar://139762051
Reviewed by Tim Nguyen.
This test verifies the line breaking behavior text-autospace.
For building the test, we assume that the initial value
for the property is `normal`, which is what spec currently
expects but not what WebKit is willing to implement initially.
We are refactoring the test to explicitly set text-autospace
to normal, which won't change the test behavior for other
implementations for other implementation.
* LayoutTests/imported/w3c/web-platform-tests/css/css-text/text-autospace/text-autospace-break-001.html:
Canonical link: https://commits.webkit.org/286514@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list