mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	 589a1e9325
			
		
	
	
		589a1e9325
		
	
	
	
	
		
			
			The final used values for these properties is stored in the layout node, so we need to make sure they are propagated there as well when doing table box fixup.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| * { outline: 1px solid black; }
 | |
| div { display: table; }
 | |
| body {
 | |
|     font-size: 30px;
 | |
|     line-height: 100px;
 | |
| }
 | |
| </style><body><div>hello
 |