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.
This commit is contained in:
Benjamin Otte 2019-03-29 04:11:11 +01:00
parent 3a8a9fc2bd
commit fee8f6b9be

View File

@ -1,8 +1,6 @@
* {
border-radius: 0;
}
@import "reset-to-defaults.css";
GtkWidget {
widget {
border-right-width: 5px;
}