[gtk+] reftests: Fix css-match-regions tests



commit e93a3e7d6df28ff8b55053452c85bd57c14cca1e
Author: Benjamin Otte <otte redhat com>
Date:   Wed Mar 7 04:50:33 2012 +0100

    reftests: Fix css-match-regions tests
    
    Make it conform to the current behavior - that is, we allow selectors
    for regions multiple times in a row.

 tests/reftests/css-match-regions.css    |    4 ----
 tests/reftests/css-match-regions.ref.ui |    8 ++++----
 tests/reftests/css-match-regions.ui     |    4 ++--
 3 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/tests/reftests/css-match-regions.css b/tests/reftests/css-match-regions.css
index 21a3f0f..0b9807b 100644
--- a/tests/reftests/css-match-regions.css
+++ b/tests/reftests/css-match-regions.css
@@ -12,10 +12,6 @@
 }
 
 /* for reference */
-#blue {
-  color: blue
-}
-
 #red {
   color: red
 }
diff --git a/tests/reftests/css-match-regions.ref.ui b/tests/reftests/css-match-regions.ref.ui
index 84cce50..c1e21a6 100644
--- a/tests/reftests/css-match-regions.ref.ui
+++ b/tests/reftests/css-match-regions.ref.ui
@@ -19,8 +19,8 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">Blue</property>
-            <property name="name">blue</property>
+            <property name="label" translatable="yes">Red</property>
+            <property name="name">red</property>
           </object>
           <packing>
             <property name="tab_fill">False</property>
@@ -44,8 +44,8 @@
               <object class="GtkLabel" id="label3">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">Blue</property>
-                <property name="name">blue</property>
+                <property name="label" translatable="yes">Red</property>
+                <property name="name">red</property>
               </object>
             </child>
             <child type="tab">
diff --git a/tests/reftests/css-match-regions.ui b/tests/reftests/css-match-regions.ui
index e0abc17..15452bf 100644
--- a/tests/reftests/css-match-regions.ui
+++ b/tests/reftests/css-match-regions.ui
@@ -19,7 +19,7 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">Blue</property>
+            <property name="label" translatable="yes">Red</property>
           </object>
           <packing>
             <property name="tab_fill">False</property>
@@ -43,7 +43,7 @@
               <object class="GtkLabel" id="label3">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">Blue</property>
+                <property name="label" translatable="yes">Red</property>
               </object>
             </child>
             <child type="tab">



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