css testsuite: Remove an obsolete test

This was testing something that shouldn't be possible
anyway: Adding more than one child to a bin. With the
bin removal, this now just overrides the child so
only one child is left in the end.

Just remove the test.
This commit is contained in:
Matthias Clasen 2020-05-04 12:28:21 -04:00
parent 07441ad000
commit 97d0e8c6e0
3 changed files with 0 additions and 57 deletions

View File

@ -1,5 +0,0 @@
/* an example of a complex selector */
window grid > box ~ button box > checkbutton box + label {
color: red;
}

View File

@ -1,12 +0,0 @@
window.background:dir(ltr)
decoration:dir(ltr)
grid.horizontal:dir(ltr)
label:dir(ltr)
box.horizontal:dir(ltr)
label:dir(ltr)
button:dir(ltr)
box.horizontal:dir(ltr)
checkbutton:dir(ltr)
check:dir(ltr)
box.horizontal:dir(ltr)
label:dir(ltr) name|sibling-name|parent-name|parent-sibling-name

View File

@ -1,40 +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="decorated">0</property>
<child>
<object class="GtkGrid">
<child>
<object class="GtkLabel"/>
</child>
<child>
<object class="GtkBox"/>
</child>
<child>
<object class="GtkLabel"/>
</child>
<child>
<object class="GtkButton">
<child>
<object class="GtkBox">
<child>
<object class="GtkCheckButton">
<child>
<object class="GtkBox"/>
</child>
<child>
<object class="GtkLabel"/>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>