forked from mirrors/gecko-dev
		
	Differential Revision: https://phabricator.services.mozilla.com/D63559 --HG-- rename : layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation-ref.html => layout/reftests/css-gradients/color-stop-clamp-interpolation-ref.html rename : layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation.html => layout/reftests/css-gradients/color-stop-clamp-interpolation.html rename : layout/reftests/backgrounds/gradient/linear-gradient-repeated-ref.html => layout/reftests/css-gradients/linear-gradient-repeated-ref.html rename : layout/reftests/backgrounds/gradient/linear-gradient-repeated.html => layout/reftests/css-gradients/linear-gradient-repeated.html rename : layout/reftests/backgrounds/gradient/scaled-color-stop-position-ref.html => layout/reftests/css-gradients/scaled-color-stop-position-ref.html rename : layout/reftests/backgrounds/gradient/scaled-color-stop-position.html => layout/reftests/css-gradients/scaled-color-stop-position.html extra : moz-landing-system : lando
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <title>Bug 1274624: Linear gradient, repeated</title>
 | 
						|
    <style type="text/css">
 | 
						|
      div {
 | 
						|
        background: linear-gradient(to top, red, blue);
 | 
						|
        background-size: 100px 100px;
 | 
						|
        background-position: 30px 30px;
 | 
						|
        width: 400px;
 | 
						|
        height: 400px;
 | 
						|
      }
 | 
						|
    </style>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
</html>
 |