gtk2/testsuite/reftests/label-fonts.ref.ui
Matthias Clasen 2957b86f72 Add a reftest for multiple font families
This tests that listing multiple font
families in the css font-family property
works as expected.
2019-05-03 16:38:22 -04:00

13 lines
366 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<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>
</object>
</interface>