forked from AuroraMiddleware/gtk
reftests: Add test for recent fix
https://bugzilla.gnome.org/show_bug.cgi?id=654678
This commit is contained in:
parent
6aa000f65b
commit
20c6acfc8d
@ -119,6 +119,8 @@ EXTRA_DIST += \
|
||||
label-small-ellipsized.ui \
|
||||
label-wrap-justify.ref.ui \
|
||||
label-wrap-justify.ui \
|
||||
messagedialog-secondarytext.ui \
|
||||
messagedialog-secondarytext.ref.ui \
|
||||
misc-alignment.css \
|
||||
misc-alignment.ui \
|
||||
misc-alignment.ref.ui \
|
||||
|
14
tests/reftests/messagedialog-secondarytext.ref.ui
Normal file
14
tests/reftests/messagedialog-secondarytext.ref.ui
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkMessageDialog" id="messagedialog1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="type">popup</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<property name="skip_taskbar_hint">True</property>
|
||||
<property name="buttons">ok</property>
|
||||
<property name="text" translatable="yes">Text</property>
|
||||
<property name="secondary_text" translatable="yes">Secondary text #5</property>
|
||||
</object>
|
||||
</interface>
|
19
tests/reftests/messagedialog-secondarytext.ui
Normal file
19
tests/reftests/messagedialog-secondarytext.ui
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkMessageDialog" id="messagedialog1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="type">popup</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<property name="skip_taskbar_hint">True</property>
|
||||
<property name="buttons">ok</property>
|
||||
<property name="text" translatable="yes">Text</property>
|
||||
<!-- We set the property multiple times on purpose here -->
|
||||
<property name="secondary_text" translatable="yes">Secondary text #1</property>
|
||||
<property name="secondary_text" translatable="yes">Secondary text #2</property>
|
||||
<property name="secondary_text" translatable="yes">Secondary text #3</property>
|
||||
<property name="secondary_text" translatable="yes">Secondary text #4</property>
|
||||
<property name="secondary_text" translatable="yes">Secondary text #5</property>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user