mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 8e52d1125d
			
		
	
	
		8e52d1125d
		
	
	
	
	
		
			
			Track table grid height stretched to the specified height and use it to set the final box height in TFC. Fixes #19563.
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			144 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			144 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
|     table {
 | |
|         border: 1px solid black;
 | |
|         height: 100px;
 | |
|         padding: 10px;
 | |
|     }
 | |
| </style>
 | |
| <table>
 | |
|     <tr></tr>
 | |
| </table> |