[gtk+] Grr, complete the test removal removals



commit c6e25c63261d2eff73ed831e3ecfd67c473e0e83
Author: Benjamin Otte <otte redhat com>
Date:   Wed Mar 7 03:30:12 2012 +0100

    Grr, complete the test removal removals

 tests/reftests/Makefile.am                       |    2 ++
 tests/reftests/css-match-region-matches-star.css |   10 ++++++++++
 tests/reftests/css-match-regions.css             |   21 +++++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am
index 4bdcdfd..9479067 100644
--- a/tests/reftests/Makefile.am
+++ b/tests/reftests/Makefile.am
@@ -105,8 +105,10 @@ EXTRA_DIST += \
 	css-match-name.css \
 	css-match-name.ref.ui \
 	css-match-name.ui \
+	css-match-region-matches-star.css \
 	css-match-region-matches-star.ui \
 	css-match-region-matches-star.ref.ui \
+	css-match-regions.css \
 	css-match-regions.ref.ui \
 	css-match-regions.ui \
 	css-match-siblings.css \
diff --git a/tests/reftests/css-match-region-matches-star.css b/tests/reftests/css-match-region-matches-star.css
new file mode 100644
index 0000000..96203ac
--- /dev/null
+++ b/tests/reftests/css-match-region-matches-star.css
@@ -0,0 +1,10 @@
+ import "reset-to-defaults.css";
+
+GtkNotebook * GtkLabel {
+  color: blue
+}
+
+/* for reference */
+#blue {
+  color: blue
+}
diff --git a/tests/reftests/css-match-regions.css b/tests/reftests/css-match-regions.css
new file mode 100644
index 0000000..21a3f0f
--- /dev/null
+++ b/tests/reftests/css-match-regions.css
@@ -0,0 +1,21 @@
+ import "reset-to-defaults.css";
+
+* {
+  color: blue;
+}
+
+.notebook tab GtkLabel {
+  color: blue
+}
+.notebook tab tab GtkLabel {
+  color: red
+}
+
+/* for reference */
+#blue {
+  color: blue
+}
+
+#red {
+  color: red
+}



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