reftests: Add reftest for last commit

https://bugzilla.gnome.org/show_bug.cgi?id=724999
This commit is contained in:
Benjamin Otte 2014-02-23 15:39:36 +01:00
parent 9add8e261f
commit 7a603c6909
3 changed files with 50 additions and 0 deletions

View File

@ -279,6 +279,8 @@ testdata = \
reset-to-defaults.css \
revealer-extra-size.ref.ui \
revealer-extra-size.ui \
revealer-wrappable-contents.ref.ui \
revealer-wrappable-contents.ui \
rotated-layout.ref.ui \
rotated-layout.ui \
separator-size.ref.ui \

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Sun Feb 23 14:45:31 2014 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<property name="default_width">300</property>
<property name="default_height">200</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Hello World</property>
<property name="valign">start</property>
<property name="wrap">True</property>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Sun Feb 23 14:45:31 2014 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<property name="default_width">300</property>
<property name="default_height">200</property>
<child>
<object class="GtkRevealer" id="revealer1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="transition_type">none</property>
<property name="reveal_child">True</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Hello World</property>
<property name="wrap">True</property>
</object>
</child>
</object>
</child>
</object>
</interface>