css parser tests: Fix integer test results

Many of the deprecation have been removed here.
This commit is contained in:
Matthias Clasen 2017-03-31 12:14:33 -04:00
parent b2f90e0e3b
commit 215f1b9e96
2 changed files with 8 additions and 40 deletions

View File

@ -1,12 +1,12 @@
integer.css:5: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:8: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:11: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:14: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:17: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:23: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:26: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:5: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:8: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:11: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:14: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:17: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:23: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:26: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:29: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:32: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:35: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
integer.css:35: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:38: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
integer.css:41: error: GTK_CSS_PROVIDER_ERROR_SYNTAX

View File

@ -2,38 +2,6 @@ a {
margin-top: 0;
}
b {
margin-top: 1px;
}
c {
margin-top: -1px;
}
d {
margin-top: 2147483647px;
}
e {
margin-top: -2147483648px;
}
f {
margin-top: 1px;
}
g {
margin-top: 3px;
}
h {
margin-top: 255px;
}
i {
margin-top: 377px;
}
l {
margin-top: 3px;
}