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:
parent
bea4ee0a2c
commit
e93a3e7d6d
@ -12,10 +12,6 @@
|
||||
}
|
||||
|
||||
/* for reference */
|
||||
#blue {
|
||||
color: blue
|
||||
}
|
||||
|
||||
#red {
|
||||
color: red
|
||||
}
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user