reftests: Add test for just fixed Polari crasher

This commit is contained in:
Benjamin Otte
2013-09-06 03:04:44 +02:00
parent e6e99c4f9f
commit 967abf53fd
4 changed files with 35 additions and 0 deletions

View File

@ -120,6 +120,9 @@ testdata = \
cellrenderer-pixbuf-stock-rtl.css \
cellrenderer-pixbuf-stock-rtl.ui \
cellrenderer-pixbuf-stock-rtl.ref.ui \
css-currentcolor-alpha.css \
css-currentcolor-alpha.ui \
css-currentcolor-alpha.ref.ui \
css-match-class.css \
css-match-class.ref.ui \
css-match-class.ui \

View File

@ -0,0 +1,9 @@
@import "reset-to-defaults.css";
GtkWindow {
color: alpha(currentColor, 0.0);
}
#reference {
color: transparent;
}

View File

@ -0,0 +1,12 @@
<?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>
<property name="name">reference</property>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@ -0,0 +1,11 @@
<?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>
<placeholder/>
</child>
</object>
</interface>