testsuite: Add another test
This test checks that pango attributes can be specified in serialized form.
This commit is contained in:
1
testsuite/gtk/ui/inscription.expected
Normal file
1
testsuite/gtk/ui/inscription.expected
Normal file
@@ -0,0 +1 @@
|
||||
SUCCESS
|
||||
10
testsuite/gtk/ui/inscription.ui
Normal file
10
testsuite/gtk/ui/inscription.ui
Normal file
@@ -0,0 +1,10 @@
|
||||
<interface>
|
||||
<object class="GtkInscription">
|
||||
<property name="attributes">
|
||||
0 10 foreground red
|
||||
5 15 weight bold
|
||||
0 100 font-desc "Sans 10px"
|
||||
</property>
|
||||
<property name="text">Behind the wheel of a large automobile</property>
|
||||
</object>
|
||||
</interface>
|
||||
Reference in New Issue
Block a user