mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	 ce9ad3a236
			
		
	
	
		ce9ad3a236
		
	
	
	
	
		
			
			The setter was missing an implementation for the default and default/on value attribute modes. This patch adds a method to get the current value attribute mode, and implements the value setter and getter based on that mode according to the spec.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| pass       text: "pass"
 | |
| hidden: "pass"
 | |
| button: "pass"
 | |
| checkbox: "pass"
 | |
| file: "" (threw exception)
 |