 944e30d940
			
		
	
	944e30d940
	
	
	
		
			
			This adds a new test which can be scripted to trigger various event and action sequences, and record state changes in the accessibility layer. So far, there are a few tests verifying state changes when focus changes. Related to https://bugzilla.gnome.org/show_bug.cgi?id=715176
		
			
				
	
	
		
			23 lines
		
	
	
		
			667 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			667 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <interface>
 | |
|   <object class='GtkWindow' id='window1'>
 | |
|     <property name='visible'>True</property>
 | |
|     <child>
 | |
|       <object class='GtkBox' id='box1'>
 | |
|         <property name='visible'>True</property>
 | |
|         <child>
 | |
|           <object class='GtkEntry' id='entry1'>
 | |
|             <property name='visible'>True</property>
 | |
|             <property name='text'>entry1</property>
 | |
|           </object>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class='GtkEntry' id='entry2'>
 | |
|             <property name='visible'>True</property>
 | |
|             <property name='text'>entry2</property>
 | |
|           </object>
 | |
|          </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |