reftests: Add a test for the symbolic color fix

This commit is contained in:
Benjamin Otte 2013-10-05 13:57:29 +02:00
parent 303cf53f3f
commit dd01e05ceb
4 changed files with 46 additions and 0 deletions

View File

@ -282,6 +282,9 @@ testdata = \
style-properties-only-child.css \
style-properties-only-child.ref.ui \
style-properties-only-child.ui \
symbolic-icon-translucent-color.css \
symbolic-icon-translucent-color.ref.ui \
symbolic-icon-translucent-color.ui \
toplevel-vs-popup.ref.ui \
toplevel-vs-popup.ui \
treeview-headers-hidden.ref.ui \

View File

@ -0,0 +1,10 @@
@import url("reset-to-defaults.css");
.background {
background-color: red;
color: rgba(0,255,0,0.6);
}
#reference {
color: rgb(102,153,0);
}

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.15.3 on Fri Oct 4 16:19:20 2013 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkImage" id="image1">
<property name="name">reference</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">window-close-symbolic</property>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.15.3 on Fri Oct 4 16:16:58 2013 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">window-close-symbolic</property>
</object>
</child>
</object>
</interface>