1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-blending/background-blending-background-repeat-no-repeat-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!-- Blend a background image and a background color specifying background-repeat: no-repeat --> 1.5 +<!DOCTYPE HTML> 1.6 +<html> 1.7 +<head> 1.8 +<style> 1.9 +div { 1.10 + background-color: #777777; 1.11 + background-repeat: no-repeat; 1.12 + width: 200px; 1.13 + height: 200px; 1.14 + margin: 10px; 1.15 +} 1.16 +</style> 1.17 +</head> 1.18 + 1.19 +<body> 1.20 + <div></div> 1.21 +</body> 1.22 +</html> 1.23 \ No newline at end of file