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:
Matthias Clasen 2019-05-03 02:15:07 +00:00
parent 2a4b5862ae
commit 6f25168db3
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
* {
#label {
font-family: nonexisting,Sans;
}
#reference {
font-family: Sans;
}

View File

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

View File

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