forked from AuroraMiddleware/gtk
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:
parent
7e562897e8
commit
76e18de811
@ -168,9 +168,6 @@ testdata = \
|
|||||||
css-match-siblings.css \
|
css-match-siblings.css \
|
||||||
css-match-siblings.ref.ui \
|
css-match-siblings.ref.ui \
|
||||||
css-match-siblings.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.css \
|
||||||
css-match-subtype.ref.ui \
|
css-match-subtype.ref.ui \
|
||||||
css-match-subtype.ui \
|
css-match-subtype.ui \
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
* {
|
|
||||||
-GtkWidget-focus-line-width: 0;
|
|
||||||
padding: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
#test {
|
|
||||||
-GtkWidget-focus-line-width: 20
|
|
||||||
}
|
|
||||||
|
|
||||||
#reference {
|
|
||||||
padding: 20px
|
|
||||||
}
|
|
@ -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>
|
|
@ -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>
|
|
Loading…
Reference in New Issue
Block a user