LibWeb/CSS: Set "inherited" to false for "clip" property

"clip" should not be inherited.
This commit is contained in:
Aliaksandr Kalenik 2023-08-23 13:48:57 +02:00 committed by Andreas Kling
parent 81d9a6f44a
commit 5896c0ed06
Notes: sideshowbarker 2024-07-17 07:38:17 +09:00

View file

@ -652,7 +652,7 @@
]
},
"clip": {
"inherited": true,
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"