Commit 27f91a7
committed
[css-color-4] Remove "specified hue" color interpolation method
https://bugs.webkit.org/show_bug.cgi?id=250968
rdar://104524288
Reviewed by Sam Weinig.
It's no longer in the spec: w3c/csswg-drafts@10573c9
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-hsl-expected-mismatch.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-hsl.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-hwb-expected-mismatch.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-hwb.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-lch-expected-mismatch.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-lch.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-oklch-expected-mismatch.html: Removed.
* LayoutTests/fast/gradients/gradient-using-specified-hue-interpolation-method-oklch.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/css/css-images/parsing/gradient-interpolation-method-computed-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-images/parsing/gradient-interpolation-method-computed.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-images/parsing/gradient-interpolation-method-valid-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-images/parsing/gradient-interpolation-method-valid.html:
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/css/CSSGradientValue.cpp:
(WebCore::appendHueInterpolationMethod):
* Source/WebCore/css/CSSValueKeywords.in:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
(WebCore::CSSPropertyParserHelpers::consumeHueInterpolationMethod):
* Source/WebCore/platform/graphics/ColorInterpolation.cpp:
(WebCore::fixupHueComponentsPriorToInterpolation):
* Source/WebCore/platform/graphics/ColorInterpolationMethod.cpp:
(WebCore::serializationForCSS):
(WebCore::operator<<):
* Source/WebCore/platform/graphics/ColorInterpolationMethod.h:
Canonical link: https://commits.webkit.org/259190@main1 parent 139d1d0 commit 27f91a7
File tree
19 files changed
+7
-698
lines changed- LayoutTests
- fast/gradients
- imported/w3c/web-platform-tests/css/css-images/parsing
- platform/glib
- Source/WebCore
- css
- parser
- platform/graphics
19 files changed
+7
-698
lines changedLines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 136 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments