forked from AuroraMiddleware/gtk
Add a test for deprecated css properties
This commit is contained in:
parent
943b2e8da7
commit
8640216be7
5
testsuite/css/parser/deprecated.css
Normal file
5
testsuite/css/parser/deprecated.css
Normal file
@ -0,0 +1,5 @@
|
||||
* {
|
||||
engine: none;
|
||||
gtk-key-bindings: none;
|
||||
icon-shadow: none;
|
||||
}
|
3
testsuite/css/parser/deprecated.errors
Normal file
3
testsuite/css/parser/deprecated.errors
Normal file
@ -0,0 +1,3 @@
|
||||
deprecated.css:2: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
||||
deprecated.css:3: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
||||
deprecated.css:4: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
5
testsuite/css/parser/deprecated.ref.css
Normal file
5
testsuite/css/parser/deprecated.ref.css
Normal file
@ -0,0 +1,5 @@
|
||||
* {
|
||||
-gtk-icon-shadow: none;
|
||||
-gtk-key-bindings: none;
|
||||
engine: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user