reftests: Add a reftest setting all colors to "none"

This commit is contained in:
Benjamin Otte
2011-05-28 00:16:31 +02:00
parent be71ea611b
commit bdb8c64dd0
4 changed files with 40 additions and 0 deletions

View File

@ -92,6 +92,9 @@ EXTRA_DIST += \
misc-alignment.css \
misc-alignment.ui \
misc-alignment.ref.ui \
no-colors.css \
no-colors.ref.ui \
no-colors.ui \
nonresizable-size.ref.ui \
nonresizable-size.ui \
paned-undersized.css \

View File

@ -0,0 +1,7 @@
* {
background-color: none;
color: none;
border-color: none;
border-style: solid;
border-width: 1;
}

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">no colors for you</property>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">no colors for you</property>
</object>
</child>
</object>
</interface>