Update css parser value none test

The test is affected by icon-shadow being renamed and by
engine being deprecated.
This commit is contained in:
Matthias Clasen 2015-12-21 14:44:00 -05:00
parent 0fb84c5a68
commit ce859a7c65
3 changed files with 22 additions and 21 deletions

View File

@ -1,38 +1,38 @@
* {
-gtk-icon-shadow: none;
background-clip: none;
background-color: none;
background-image: none;
background-image: none;
background-origin: none;
background-repeat: none;
border-bottom-color: none;
border-bottom-left-radius: none;
border-bottom-right-radius: none;
border-bottom-style: none;
border-bottom-style: none;
border-bottom-width: none;
border-image-repeat: none;
border-image-slice: none;
border-image-source: none;
border-image-source: none;
border-image-width: none;
border-left-color: none;
border-left-style: none;
border-left-style: none;
border-left-width: none;
border-right-color: none;
border-right-style: none;
border-right-style: none;
border-right-width: none;
border-top-color: none;
border-top-left-radius: none;
border-top-right-radius: none;
border-top-style: none;
border-top-style: none;
border-top-width: none;
box-shadow: none;
box-shadow: none;
color: none;
engine: none;
font-family: none;
engine: none;
font-family: none;
font-size: none;
font-style: none;
font-variant: none;
font-weight: none;
icon-shadow: none;
margin-bottom: none;
margin-left: none;
margin-right: none;
@ -41,5 +41,5 @@
padding-left: none;
padding-right: none;
padding-top: none;
text-shadow: none;
text-shadow: none;
}

View File

@ -1,27 +1,28 @@
value-none.css:2: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:3: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:5: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:4: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:6: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:7: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:8: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:9: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:11: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:10: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:12: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:13: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:15: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:14: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:16: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:18: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:17: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:19: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:21: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:20: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:22: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:23: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:24: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:26: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:28: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:31: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:25: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:27: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:29: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
value-none.css:32: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:33: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:34: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:35: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:36: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:37: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:38: error: GTK_CSS_PROVIDER_ERROR_SYNTAX

View File

@ -1,4 +1,5 @@
* {
-gtk-icon-shadow: none;
background-image: none;
border-bottom-style: none;
border-image-source: none;
@ -8,6 +9,5 @@
box-shadow: none;
engine: none;
font-family: "none";
icon-shadow: none;
text-shadow: none;
}