 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
		
			
				
	
	
		
			10 lines
		
	
	
		
			145 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			145 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| record entry1 entry2 window1 window2
 | |
| states focused active
 | |
| show window1
 | |
| show window2
 | |
| focus entry1
 | |
| wait
 | |
| focus entry2
 | |
| wait
 | |
| destroy window1 window2
 |