diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-17 16:10:23 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-02-02 03:14:01 +0100 |
commit | ceed732d65d03be86306f639399dd99535d5d6d5 (patch) | |
tree | 36def7eca9afdc9b6c3a11d7a083ad7191a03445 /tests | |
parent | 2434dbc10a287499585f52ba2116ab65a44b0cec (diff) | |
download | gtk+-ceed732d65d03be86306f639399dd99535d5d6d5.tar.gz |
reftests: set style properties to 0 in reset-to-defaults
GtkButton doesn't conform to CSS with these properties.
Bad GtkButton!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/reftests/reset-to-defaults.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/reftests/reset-to-defaults.css b/tests/reftests/reset-to-defaults.css index 8af2a1f795..af1fe41f72 100644 --- a/tests/reftests/reset-to-defaults.css +++ b/tests/reftests/reset-to-defaults.css @@ -52,4 +52,7 @@ engine: initial; transition: initial; gtk-key-bindings: initial; + + -GtkWidget-focus-line-width: 0; + -GtkWidget-focus-padding: 0; } |