diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-29 04:11:11 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-29 09:56:52 +0100 |
commit | fee8f6b9beb49ed1ef6c2dd7ba53f917aef5067f (patch) | |
tree | dba1ee6a544031dabcb394ce4f7724012dfb979c /testsuite/reftests | |
parent | 3a8a9fc2bdd060cb837647982c5a1597a6323e97 (diff) | |
download | gtk+-fee8f6b9beb49ed1ef6c2dd7ba53f917aef5067f.tar.gz |
reftests: Fix shorthand-entry-border test
We weren't setting CSS back to defaults, so the border highlight
transition would be at different stages when the 2 snapshots happened.
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/shorthand-entry-border.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/reftests/shorthand-entry-border.css b/testsuite/reftests/shorthand-entry-border.css index b8f28f68a3..aae1827d55 100644 --- a/testsuite/reftests/shorthand-entry-border.css +++ b/testsuite/reftests/shorthand-entry-border.css @@ -1,8 +1,6 @@ -* { - border-radius: 0; -} +@import "reset-to-defaults.css"; -GtkWidget { +widget { border-right-width: 5px; } |