Fix the css parser value inherit test
This was affected by the recent renaming of icon-shadow to -gtk-icon-shadow. Also, it produces an error now because engine is deprecated.
This commit is contained in:
@ -403,6 +403,7 @@ test_data = \
|
|||||||
transition.css \
|
transition.css \
|
||||||
transition.ref.css \
|
transition.ref.css \
|
||||||
value-inherit.css \
|
value-inherit.css \
|
||||||
|
value-inherit.errors \
|
||||||
value-inherit-shorthand.css \
|
value-inherit-shorthand.css \
|
||||||
value-inherit-shorthand.ref.css \
|
value-inherit-shorthand.ref.css \
|
||||||
value-initial.css \
|
value-initial.css \
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
* {
|
* {
|
||||||
|
-gtk-icon-shadow: inherit;
|
||||||
background-clip: inherit;
|
background-clip: inherit;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
background-image: inherit;
|
background-image: inherit;
|
||||||
@ -33,7 +34,6 @@
|
|||||||
font-style: inherit;
|
font-style: inherit;
|
||||||
font-variant: inherit;
|
font-variant: inherit;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
icon-shadow: inherit;
|
|
||||||
margin-bottom: inherit;
|
margin-bottom: inherit;
|
||||||
margin-left: inherit;
|
margin-left: inherit;
|
||||||
margin-right: inherit;
|
margin-right: inherit;
|
||||||
|
|||||||
1
testsuite/css/parser/value-inherit.errors
Normal file
1
testsuite/css/parser/value-inherit.errors
Normal file
@ -0,0 +1 @@
|
|||||||
|
value-inherit.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
||||||
Reference in New Issue
Block a user