reftests: set style properties to 0 in reset-to-defaults

GtkButton doesn't conform to CSS with these properties.
Bad GtkButton!
This commit is contained in:
Benjamin Otte 2012-01-17 16:10:23 +01:00
parent 2434dbc10a
commit ceed732d65

View File

@ -52,4 +52,7 @@
engine: initial;
transition: initial;
gtk-key-bindings: initial;
-GtkWidget-focus-line-width: 0;
-GtkWidget-focus-padding: 0;
}