forked from AuroraMiddleware/gtk
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:
parent
db094092ae
commit
474f5b7784
@ -403,6 +403,7 @@ test_data = \
|
||||
transition.css \
|
||||
transition.ref.css \
|
||||
value-inherit.css \
|
||||
value-inherit.errors \
|
||||
value-inherit-shorthand.css \
|
||||
value-inherit-shorthand.ref.css \
|
||||
value-initial.css \
|
||||
|
@ -1,4 +1,5 @@
|
||||
* {
|
||||
-gtk-icon-shadow: inherit;
|
||||
background-clip: inherit;
|
||||
background-color: inherit;
|
||||
background-image: inherit;
|
||||
@ -33,7 +34,6 @@
|
||||
font-style: inherit;
|
||||
font-variant: inherit;
|
||||
font-weight: inherit;
|
||||
icon-shadow: inherit;
|
||||
margin-bottom: inherit;
|
||||
margin-left: 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
|
Loading…
Reference in New Issue
Block a user