testsuite/css: Change the active RadioButton

The `buttons` test for CSS nodes sets the second RadioButton as the
active one, whereas the first RadioButton is not set as active.
Nevertheless, the reference output says that the first radio button
should match the `:checked` selector, whereas the second radio button
should not.

The fact that the test currently passes is a mystery.
This commit is contained in:
Emmanuele Bassi 2019-04-05 01:39:34 +01:00
parent 824743a395
commit c9d8ff21d2

View File

@ -31,6 +31,7 @@
<object class="GtkRadioButton" id="button3">
<property name="label" translatable="yes">Hello World!</property>
<property name="can_focus">1</property>
<property name="active">1</property>
<property name="receives_default">1</property>
<layout>
<property name="left_attach">2</property>
@ -41,7 +42,6 @@
<child>
<object class="GtkRadioButton" id="button4">
<property name="label" translatable="yes">Hello World!</property>
<property name="active">1</property>
<property name="group">button3</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>