mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
824743a395
commit
c9d8ff21d2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user