forked from mirrors/gecko-dev
		
	 f963271508
			
		
	
	
		f963271508
		
	
	
	
	
		
			
			Automatic update from web-platform-tests css-flexbox: convert 7 manual-tests to ref-tests (#23170) * This converts the css-flexbox align-content_*.html tests and flexbox-order-only-flexitems.html test to ref-tests. * css-flexbox/align-content_space-around.html change height to 210: that way the numbers of the ref-test spacer become 20 and 10 and are perfectly round avoiding possible problems with subpixel layout. -- wpt-commits: b3cc52b6cfaa5b6852bf9b07e62d007ab142ffa9 wpt-pr: 23170
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|  <head>
 | |
|   <title>CSS Test: order only affects flex items</title>
 | |
|  </head>
 | |
|  <body>
 | |
|   <p>Test passes if the paragraph below reads 'First, Second, Third'.</p>
 | |
|   <p>First, Second, Third</p>
 | |
|  </body>
 | |
| </html>
 |