forked from AuroraMiddleware/gtk
Fix the css parser value initial 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
474f5b7784
commit
0fb84c5a68
@ -407,6 +407,7 @@ test_data = \
|
||||
value-inherit-shorthand.css \
|
||||
value-inherit-shorthand.ref.css \
|
||||
value-initial.css \
|
||||
value-initial.errors \
|
||||
value-initial-shorthand.css \
|
||||
value-initial-shorthand.ref.css \
|
||||
value-none.css \
|
||||
|
@ -1,4 +1,5 @@
|
||||
* {
|
||||
-gtk-icon-shadow: initial;
|
||||
background-clip: initial;
|
||||
background-color: initial;
|
||||
background-image: initial;
|
||||
@ -32,7 +33,6 @@
|
||||
font-style: initial;
|
||||
font-variant: initial;
|
||||
font-weight: initial;
|
||||
icon-shadow: initial;
|
||||
margin-bottom: initial;
|
||||
margin-left: initial;
|
||||
margin-right: initial;
|
||||
|
1
testsuite/css/parser/value-initial.errors
Normal file
1
testsuite/css/parser/value-initial.errors
Normal file
@ -0,0 +1 @@
|
||||
value-initial.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
Loading…
Reference in New Issue
Block a user