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:
parent
6c3712599c
commit
b1a7aa49b3
@ -1,11 +1,4 @@
|
|||||||
* {
|
@import "reset-to-defaults.css";
|
||||||
engine: none;
|
|
||||||
border-style: none;
|
|
||||||
border-image: none;
|
|
||||||
background-image: none;
|
|
||||||
background-clip: border-box;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkWindow {
|
GtkWindow {
|
||||||
background-color: rgb(0,255,0);
|
background-color: rgb(0,255,0);
|
||||||
|
Loading…
Reference in New Issue
Block a user