Commit ba49d5d
committed
[@Property] Check for computational dependencies in transform functions
https://bugs.webkit.org/show_bug.cgi?id=251141
rdar://104553316
Reviewed by Tim Nguyen.
trasnlateX(1em) is not computationally independent and can't be used as an initial value.
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property.html:
* Source/WebCore/css/CSSValue.cpp:
(WebCore::CSSValue::collectComputedStyleDependencies const):
Collect from function argument lists.
Canonical link: https://commits.webkit.org/259353@main1 parent e233e41 commit ba49d5d
File tree
3 files changed
+16
-3
lines changed- LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api
- Source/WebCore/css
3 files changed
+16
-3
lines changedLayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/at-property-expected.txt
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | 248 | | |
| |||
0 commit comments