LibWeb: Adjust 4 abspos tests to highlight errors 
						
					 
				 
				2023-07-08 06:13:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Adjust 4 abspos tests to highlight errors 
						
					 
				 
				2023-07-08 06:13:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Don't offset abspos children of flex container by padding twice 
						
					 
				 
				2023-10-08 09:06:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Handle case where abspos flex child position depends on height 
						
					 
				 
				2023-09-03 15:44:47 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Make align-items: normal behave like stretch on flex items 
						
					 
				 
				2023-08-20 19:37:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support start and end alignment values in flex layout 
						
					 
				 
				2023-06-06 21:02:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Don't assert when flex-item has align-self: end 
						
					 
				 
				2023-06-20 13:26:41 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix a case of incorrect flex container max-content main size 
						
					 
				 
				2023-06-08 13:54:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Only derive baseline from children with a non-empty line box 
						
					 
				 
				2023-07-28 17:02:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Consolidate consecutive inlines in a single anonymous flex item 
						
					 
				 
				2023-09-01 12:45:38 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support flex-basis: calc(...) 
						
					 
				 
				2023-05-17 07:40:17 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix bug where box-sizing: border-box made flex items too small 
						
					 
				 
				2023-04-27 13:57:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Ignore flex container size constraints during intrinsic sizing 
						
					 
				 
				2023-08-01 20:15:20 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio 
						
					 
				 
				2023-05-10 18:46:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Resolve flex item auto cross sizes through aspect ratio 
						
					 
				 
				2023-07-05 19:03:20 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Resolve flex item percentages against used flex container sizes 
						
					 
				 
				2023-07-18 06:04:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Allow infinitely long flex lines when sizing under max-content 
						
					 
				 
				2023-06-01 15:11:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Stop changing width of block-level flex containers during layout 
						
					 
				 
				2023-05-08 15:56:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Honor column-gap and row-gap CSS properties in flex layout 
						
					 
				 
				2023-04-14 13:22:07 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fully resolve min- and max-sizes for flex items 
						
					 
				 
				2023-07-17 08:40:15 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support flex items with calc() main size containing percentages 
						
					 
				 
				2023-06-02 17:17:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Adjust flex item main size through aspect ratio if needed 
						
					 
				 
				2023-05-10 13:03:05 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Initial offset in reverse flex layout moved to opposite side 
						
					 
				 
				2023-05-09 10:32:09 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Set flex-basis to 0% when omitted from flex shorthand 
						
					 
				 
				2023-06-08 10:05:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Avoid leaking infinite remaining_free_space in FFC calculation 
						
					 
				 
				2023-07-26 05:17:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Allow IFC to size inline-flex boxes midway through flex layout 
						
					 
				 
				2023-06-19 18:51:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support more kinds of indefinite widths on flex column items 
						
					 
				 
				2023-08-05 10:58:12 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Don't let items flex to infinite size in column layout 
						
					 
				 
				2023-07-06 09:25:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support justify-content: space-evenly in flex layouts 
						
					 
				 
				2023-07-05 19:03:20 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix division by zero in distribute_any_remaining_free_space 
						
					 
				 
				2023-07-25 14:51:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Handle auto margins with flex and justify-content 
						
					 
				 
				2023-07-26 08:35:23 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Add support for "display: contents" 
						
					 
				 
				2023-07-28 05:29:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Fix multi-line flex column layouts with auto height on container 
						
					 
				 
				2023-04-16 21:45:15 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Treat unresolvable percentage flex-basis values as 'content' 
						
					 
				 
				2023-04-18 10:06:02 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Resolve used insets for flex items 
						
					 
				 
				2023-07-04 06:43:53 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Support reverse flex layout with space-around/space-between 
						
					 
				 
				2023-05-28 18:02:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Honor box-sizing in flex item "specified size suggestion" 
						
					 
				 
				2023-04-17 18:22:53 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibWeb: Honor gap between flex lines when using align-content: stretch 
						
					 
				 
				2023-04-16 20:52:32 +02:00