Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 584e245f5d78990e28949f65f37f500fb45f30b5
https://github.com/WebKit/WebKit/commit/584e245f5d78990e28949f65f37f500fb45f30b5
Author: Sam Weinig <[email protected]>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M LayoutTests/fast/css/style-enumerate-properties-expected.txt
M LayoutTests/fast/css/style-enumerate-properties.html
M
LayoutTests/imported/w3c/web-platform-tests/css/css-conditional/js/CSS-supports-CSSStyleDeclaration-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/cssom/page-descriptors-expected.txt
M Source/WebCore/css/scripts/process-css-properties.py
M
Source/WebCore/css/scripts/test/TestCSSPropertiesResults/CSSPropertyInitialValuesGeneratedInlines.h
M
Source/WebCore/css/scripts/test/TestCSSPropertiesResults/CSSPropertyNames.gperf
M
Source/WebCore/css/scripts/test/TestCSSPropertiesResults/CSSStyleProperties+PropertyNames.idl
Log Message:
-----------
Stop including descriptor only names in CSSStyleProperties+PropertyNames.idl
https://bugs.webkit.org/show_bug.cgi?id=315768
Reviewed by Tim Nguyen.
Remove descriptor-only names from the generated properties in
CSSStyleProperties+PropertyNames.idl.
They will never work, and the spec says only to only include "supported CSS
property" names.
* LayoutTests/fast/css/style-enumerate-properties-expected.txt:
* LayoutTests/fast/css/style-enumerate-properties.html:
- Updates test to check that descriptor-only names are not included.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-conditional/js/CSS-supports-CSSStyleDeclaration-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/cssom/page-descriptors-expected.txt:
- Updates now that more subtests are passing.
* Source/WebCore/css/scripts/process-css-properties.py:
- Switch to using a list of only style properties.
*
Source/WebCore/css/scripts/test/TestCSSPropertiesResults/CSSPropertyInitialValuesGeneratedInlines.h:
*
Source/WebCore/css/scripts/test/TestCSSPropertiesResults/CSSPropertyNames.gperf:
*
Source/WebCore/css/scripts/test/TestCSSPropertiesResults/CSSStyleProperties+PropertyNames.idl:
- Update test results. Some of these new results are from prior changes.
Canonical link: https://commits.webkit.org/314093@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications