mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Make the newly added test a bit more robust
Follow the style of the other tests and provide style for both the test and ref.
This commit is contained in:
parent
2a4b5862ae
commit
6f25168db3
@ -1,3 +1,7 @@
|
||||
* {
|
||||
#label {
|
||||
font-family: nonexisting,Sans;
|
||||
}
|
||||
|
||||
#reference {
|
||||
font-family: Sans;
|
||||
}
|
||||
|
@ -4,6 +4,7 @@
|
||||
<property name="type">popup</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="name">reference</property>
|
||||
<property name="label" translatable="yes">abcdefg</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<property name="type">popup</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="name">label</property>
|
||||
<property name="label" translatable="yes">abcdefg</property>
|
||||
</object>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user