reftests: Remove the css-match-style-property-order test

It was testing -GtkWidget-focus-line-width, which is a dead property
we don't use anymore.
This commit is contained in:
Jasper St. Pierre 2014-05-22 11:48:59 -04:00
parent 7e562897e8
commit 76e18de811
4 changed files with 0 additions and 53 deletions

View File

@ -168,9 +168,6 @@ testdata = \
css-match-siblings.css \
css-match-siblings.ref.ui \
css-match-siblings.ui \
css-match-style-property-order.css \
css-match-style-property-order.ref.ui \
css-match-style-property-order.ui \
css-match-subtype.css \
css-match-subtype.ref.ui \
css-match-subtype.ui \

View File

@ -1,12 +0,0 @@
* {
-GtkWidget-focus-line-width: 0;
padding: 0
}
#test {
-GtkWidget-focus-line-width: 20
}
#reference {
padding: 20px
}

View File

@ -1,19 +0,0 @@
<?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="GtkButton" id="button1">
<property name="name">reference</property>
<property name="label" translatable="yes">Hello World</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
</object>
</child>
</object>
</interface>

View File

@ -1,19 +0,0 @@
<?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="GtkButton" id="button1">
<property name="name">test</property>
<property name="label" translatable="yes">Hello World</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
</object>
</child>
</object>
</interface>