Use a custom theme for CSS style tests

Use a custom, empty theme and stop importing reset-to-defaults.css.
This avoids overwriting initial values, so our initial value
filtering works better.
This commit is contained in:
Matthias Clasen
2016-01-03 15:37:40 -05:00
parent 2e921691d9
commit 3c26aef826
9 changed files with 27 additions and 16 deletions

View File

@ -245,6 +245,7 @@ main (int argc, char **argv)
g_object_set (gtk_settings_get_default (),
"gtk-font-name", "Sans",
"gtk-theme-name", "Empty",
NULL);
if (argc < 2)
{