mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	 9d2809146f
			
		
	
	
		9d2809146f
		
	
	
	
	
		
			
			Elements are now collected according to paint order as spec says, replacing the depth-first traversal of the paint tree with hit-testing on each box. This change resolves a FIXME in an existing test and adds a new previously non-working test.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			60 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			60 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| hello     <DIV id="c" >
 | |
| <DIV id="b" >
 | |
| <DIV id="a" >
 | |
| <HTML >
 |