reftests: Remove test
We no longer match subtypes, so remove the test for it.
This commit is contained in:
		| @ -216,9 +216,6 @@ testdata = \ | ||||
| 	css-match-siblings.css \ | ||||
| 	css-match-siblings.ref.ui \ | ||||
| 	css-match-siblings.ui \ | ||||
| 	css-match-subtype.css \ | ||||
| 	css-match-subtype.ref.ui \ | ||||
| 	css-match-subtype.ui \ | ||||
| 	css-match-type.css \ | ||||
| 	css-match-type.ref.ui \ | ||||
| 	css-match-type.ui \ | ||||
|  | ||||
| @ -1,13 +0,0 @@ | ||||
| @import url("reset-to-defaults.css"); | ||||
|  | ||||
| GtkContainer { | ||||
|   engine: none; | ||||
|   background-image: none; | ||||
|   background-color: lime; | ||||
|   border-radius: 0; | ||||
|   border-style: none; | ||||
| } | ||||
|  | ||||
| NotGtkContainer { | ||||
|   background-color: red; | ||||
| } | ||||
| @ -1,15 +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="GtkImage" id="image1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="can_focus">False</property> | ||||
|         <property name="pixbuf">green-20x20.png</property> | ||||
|       </object> | ||||
|     </child> | ||||
|   </object> | ||||
| </interface> | ||||
| @ -1,14 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <interface> | ||||
|   <!-- interface-requires gtk+ 3.0 --> | ||||
|   <object class="GtkWindow" id="window1"> | ||||
|     <property name="width_request">20</property> | ||||
|     <property name="height_request">20</property> | ||||
|     <property name="can_focus">False</property> | ||||
|     <property name="type">popup</property> | ||||
|     <property name="name">window</property> | ||||
|     <style> | ||||
|       <class name="window" /> | ||||
|     </style> | ||||
|   </object> | ||||
| </interface> | ||||
		Reference in New Issue
	
	Block a user
	 Benjamin Otte
					Benjamin Otte