LibWeb: Mark initial color value as requiring computation
Previously we only computed if we had a cascaded value, but the initial
value of `canvastext` requires computation as well
Fixes a test failure in `slot-style-inheritance.html` introduced in
6358432
This commit is contained in:
parent
83913fef84
commit
9418981398
1 changed files with 1 additions and 1 deletions
|
|
@ -1396,7 +1396,7 @@
|
|||
"inherited": true,
|
||||
"initial": "canvastext",
|
||||
"needs-layout-node-for-resolved-value": true,
|
||||
"requires-computation": "cascaded-value",
|
||||
"requires-computation": "non-inherited-value",
|
||||
"valid-types": [
|
||||
"color"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue