reftests: Fix background-area test

The test should include reset-to-defaults.css but apparently it is older
than that file. So it broke when buttons started using shadows.
This commit is contained in:
Benjamin Otte 2014-05-22 17:35:34 +02:00
parent 6c3712599c
commit b1a7aa49b3

View File

@ -1,11 +1,4 @@
* {
engine: none;
border-style: none;
border-image: none;
background-image: none;
background-clip: border-box;
border-radius: 0;
}
@import "reset-to-defaults.css";
GtkWindow {
background-color: rgb(0,255,0);