reftests: Add a test for border-width problems
This commit is contained in:
		| @ -248,4 +248,6 @@ EXTRA_DIST += \ | |||||||
| 	toplevel-vs-popup.ui \ | 	toplevel-vs-popup.ui \ | ||||||
| 	unresolvable.css \ | 	unresolvable.css \ | ||||||
| 	unresolvable.ref.ui \ | 	unresolvable.ref.ui \ | ||||||
| 	unresolvable.ui | 	unresolvable.ui \ | ||||||
|  | 	window-border-width.ref.ui \ | ||||||
|  | 	window-border-width.ui | ||||||
|  | |||||||
							
								
								
									
										23
									
								
								tests/reftests/window-border-width.ref.ui
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								tests/reftests/window-border-width.ref.ui
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,23 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <interface> | ||||||
|  |   <!-- interface-requires gtk+ 3.0 --> | ||||||
|  |   <object class="GtkWindow" id="window_information_collection"> | ||||||
|  |     <property name="can_focus">False</property> | ||||||
|  |     <property name="type">popup</property> | ||||||
|  |     <child> | ||||||
|  |       <object class="GtkBox" id="box1"> | ||||||
|  |         <property name="border-width">20</property> | ||||||
|  |         <property name="visible">True</property> | ||||||
|  |         <property name="can_focus">False</property> | ||||||
|  |         <child> | ||||||
|  |           <object class="GtkLabel" id="label1"> | ||||||
|  |             <property name="visible">True</property> | ||||||
|  |             <property name="can_focus">False</property> | ||||||
|  |             <property name="label" translatable="yes">Hello World</property> | ||||||
|  |             <property name="wrap">True</property> | ||||||
|  |           </object> | ||||||
|  |         </child> | ||||||
|  |       </object> | ||||||
|  |     </child> | ||||||
|  |   </object> | ||||||
|  | </interface> | ||||||
							
								
								
									
										17
									
								
								tests/reftests/window-border-width.ui
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								tests/reftests/window-border-width.ui
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | |||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | <interface> | ||||||
|  |   <!-- interface-requires gtk+ 3.0 --> | ||||||
|  |   <object class="GtkWindow" id="window_information_collection"> | ||||||
|  |     <property name="can_focus">False</property> | ||||||
|  |     <property name="type">popup</property> | ||||||
|  |     <property name="border-width">20</property> | ||||||
|  |     <child> | ||||||
|  |       <object class="GtkLabel" id="label1"> | ||||||
|  |         <property name="visible">True</property> | ||||||
|  |         <property name="can_focus">False</property> | ||||||
|  |         <property name="label" translatable="yes">Hello World</property> | ||||||
|  |         <property name="wrap">True</property> | ||||||
|  |       </object> | ||||||
|  |     </child> | ||||||
|  |   </object> | ||||||
|  | </interface> | ||||||
		Reference in New Issue
	
	Block a user
	 Benjamin Otte
					Benjamin Otte