gtk/tests/reftests/background-position-simple.ui
Benjamin Otte 3a8cec5f17 reftests: Add a simple reftest for background-position
This is mostly to ensure that the background-positioning feature keeps
working and to demonstrate it.

https://bugzilla.gnome.org/show_bug.cgi?id=677109
2012-05-30 12:16:11 -04:00

14 lines
393 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="width_request">40</property>
<property name="height_request">40</property>
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<placeholder/>
</child>
</object>
</interface>