forked from mirrors/gecko-dev
		
	 d72932489b
			
		
	
	
		d72932489b
		
	
	
	
	
		
			
			Automatic update from web-platform-tests Remove empty css flags tags from the css directory (non-CSS2) (8/8) (#32151) * remove empty flags tags from the (non CSS2) css directories * remove extra spaces from merge -- wpt-commits: 5e295079d07ef43bdd9fe1ccea9b59067fc5ae46 wpt-pr: 32151
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			817 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			817 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML>
 | |
| <html>
 | |
| <head>
 | |
|   <title>CSS Reference: Test for height:calc() or min-height:calc() on blocks</title>
 | |
|   <link rel="author" title="L. David Baron" href="https://dbaron.org/">
 | |
| <style type="text/css">
 | |
| body { margin: 0 }
 | |
| body > div { float: left; width: 1px; background: blue; }
 | |
| </style>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <!-- tests with a fixed-height container -->
 | |
| <div style="height: 50px"></div>
 | |
| <div style="height: 50px"></div>
 | |
| <div style="height: 75px"></div>
 | |
| <div style="height: 45px"></div>
 | |
| <div style="height: 40px"></div>
 | |
| <div style="height: 30px"></div>
 | |
| 
 | |
| <!-- tests with an auto-height container -->
 | |
| <div style="height: 50px"></div>
 | |
| <div style="height: 10px"></div>
 | |
| <div style="height: 10px"></div>
 | |
| <div style="height: 10px"></div>
 | |
| <div style="height: 10px"></div>
 | |
| <div style="height: 10px"></div>
 | |
| </body>
 | |
| </html>
 |