gtk2/testsuite/reftests/background-image-multiple.ref.ui
Matthias Clasen 9403f44aef reftests: Fix an xfail to work
The background-image-multiple.ref.ui file uses
non-existing properties, which gives us a g_warning,
and the glib test framework insists on treating
warnings as fatal, so we end up doing exit(133),
which in turn makes the meson TAP parser ignore
its xfails.

Comment out the nonexisting properties, so we can
fail properly, and then in turn xfail properly.
2020-03-20 11:55:26 -04:00

112 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="ref1">
<property name="name">ref1</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
</object>
</child>
<child>
<object class="GtkButton" id="ref2">
<property name="name">ref2</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
</object>
</child>
<child>
<object class="GtkButton" id="ref3">
<property name="name">ref3</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
</object>
</child>
<child>
<object class="GtkFixed" id="fixed1">
<property name="width_request">144</property>
<property name="height_request">70</property>
<child>
<object class="GtkButton" id="ref4-bg">
<property name="name">ref4-bg</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
<layout>
<!-- FIXME: these don't exist anymore
<property name="x">0</property>
<property name="y">0</property>
-->
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="ref4-fg">
<property name="name">ref4-fg</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">120</property>
<property name="height_request">46</property>
<layout>
<!-- FIXME: these don't exist anymore
<property name="x">12</property>
<property name="y">12</property>
-->
</layout>
</object>
</child>
</object>
</child>
<child>
<object class="GtkFixed" id="fixed2">
<property name="width_request">144</property>
<property name="height_request">70</property>
<child>
<object class="GtkButton" id="ref5-bg">
<property name="name">ref5-bg</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
<layout>
<!-- FIXME: these don't exist anymore
<property name="x">0</property>
<property name="y">0</property>
-->
</layout>
</object>
</child>
<child>
<object class="GtkButton" id="ref5-fg">
<property name="name">ref5-fg</property>
<property name="can_focus">1</property>
<property name="receives_default">1</property>
<property name="width_request">120</property>
<property name="height_request">46</property>
<layout>
<!-- FIXME: these don't exist anymore
<property name="x">12</property>
<property name="y">12</property>
-->
</layout>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>