Test case for the selection attribute of select element.
    
    
    	
    		
    			
    		
    	
    
  
  
    
    	8.1.10.a selection attribute of select element
    
	
		
		The select has selection="open". You should be able to freely enter in multiple values. 
		When you make a selection a list of the first letter of the flavor
		should be displayed for 'Selected Flavor'.  Each selected flavor is separated by a space in the list.
		
	
	
		Selected Flavor : 
	
	
	    Select a Flavor :
		
			Vanilla
			v
		
		
			Strawberry
			s
		
		
			Chocolate
			c