summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-01 17:03:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-01 19:07:10 -0400
commit51bbb76d35608cf28e16d0d907f2199427c07ccd (patch)
treea97886fc4b07edda96e135ee06beac4b19f6c14b
parent3605e6c900b14d283adcd38fc321133a8d078c27 (diff)
downloadgtk+-51bbb76d35608cf28e16d0d907f2199427c07ccd.tar.gz
Fix image-load-from-file reftest
Need to reset css here to avoid theme interference.
-rw-r--r--tests/reftests/image-load-from-file.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/reftests/image-load-from-file.css b/tests/reftests/image-load-from-file.css
index 023e42175c..01c1249c11 100644
--- a/tests/reftests/image-load-from-file.css
+++ b/tests/reftests/image-load-from-file.css
@@ -1,3 +1,5 @@
+@import "reset-to-defaults.css";
+
#reference1 {
background: lime;
}