diff --git a/tests/reftests/background-origin.css b/tests/reftests/background-origin.css index 397f5957b1..aa8c4a9f19 100644 --- a/tests/reftests/background-origin.css +++ b/tests/reftests/background-origin.css @@ -1,12 +1,4 @@ -* { - engine: none; - border-style: none; - border-image: none; - background-image: none; - background-clip: border-box; - background-repeat: no-repeat; - border-radius: 0; -} +@import "reset-to-defaults.css"; GtkWindow { background-color: rgb(255,255,255); @@ -20,6 +12,7 @@ GtkButton { background-color: rgb(0,0,255); background-image: url("green-20x20.png"); + background-repeat: no-repeat; } #button1 {