[gtk+] reftests: add a bunch of missing reset-to-defaults



commit d61a84bb3a8dc1bb1f835cbe7f8e3cfc3480656a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 1 17:57:45 2012 -0500

    reftests: add a bunch of missing reset-to-defaults
    
    Fix the css-match-* reftests.

 tests/reftests/css-match-class.css   |    2 ++
 tests/reftests/css-match-name.css    |    2 ++
 tests/reftests/css-match-subtype.css |    2 ++
 tests/reftests/css-match-type.css    |    2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/tests/reftests/css-match-class.css b/tests/reftests/css-match-class.css
index bff8647..568a6c6 100644
--- a/tests/reftests/css-match-class.css
+++ b/tests/reftests/css-match-class.css
@@ -1,3 +1,5 @@
+ import url("reset-to-defaults.css");
+
 .window {
   engine: none;
   background-image: none;
diff --git a/tests/reftests/css-match-name.css b/tests/reftests/css-match-name.css
index 98607a0..8af84df 100644
--- a/tests/reftests/css-match-name.css
+++ b/tests/reftests/css-match-name.css
@@ -1,3 +1,5 @@
+ import url("reset-to-defaults.css");
+
 #window {
   engine: none;
   background-image: none;
diff --git a/tests/reftests/css-match-subtype.css b/tests/reftests/css-match-subtype.css
index 8671126..3e2e2a8 100644
--- a/tests/reftests/css-match-subtype.css
+++ b/tests/reftests/css-match-subtype.css
@@ -1,3 +1,5 @@
+ import url("reset-to-defaults.css");
+
 GtkContainer {
   engine: none;
   background-image: none;
diff --git a/tests/reftests/css-match-type.css b/tests/reftests/css-match-type.css
index d2abe6f..330b813 100644
--- a/tests/reftests/css-match-type.css
+++ b/tests/reftests/css-match-type.css
@@ -1,3 +1,5 @@
+ import url("reset-to-defaults.css");
+
 GtkWindow {
   engine: none;
   background-image: none;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]