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.
This commit is contained in:
Benjamin Otte 2012-03-07 04:50:33 +01:00
parent bea4ee0a2c
commit e93a3e7d6d
3 changed files with 6 additions and 10 deletions

View File

@ -12,10 +12,6 @@
}
/* for reference */
#blue {
color: blue
}
#red {
color: red
}

View File

@ -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">

View File

@ -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">