Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c01c4b41e2 
								
							 
						 
						
							
							
								
								LibWeb: Add ViewportPaintable to represent viewports in the paint tree  
							
							... 
							
							
							
							This patch just adds the new root paintable and updates the tests
expectations. The next patch will move painting logic from the layout
viewport to the paint viewport. 
							
						 
						
							2023-08-20 05:02:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								09eed8eea2 
								
							 
						 
						
							
							
								
								LibWeb+headless-browser: Include paint tree in layout test output  
							
							... 
							
							
							
							This will give us a more comprehensive look at what actually gets
rendered in the end, and also allows us to catch more behavior changes. 
							
						 
						
							2023-08-03 13:21:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								9174ffd7e6 
								
							 
						 
						
							
							
								
								LibWeb: Create Layout::Box for display: inline-grid  
							
							... 
							
							
							
							This makes us actually run a GridFormattingContext instead of rendering
inline-grid elements as nothing. :^) 
							
						 
						
							2023-07-11 19:15:17 +02:00