1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-blending/background-blending-background-clip-padding-box.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!-- Blend a background image and a background color specifying background-clip: padding-box --> 1.5 +<!DOCTYPE HTML> 1.6 +<html> 1.7 +<head> 1.8 +<style> 1.9 +div { 1.10 + padding: 8.5px; 1.11 + margin: 0 0 9px; 1.12 + background: url('as-image/white_square.svg'), #777777; 1.13 + background-clip: padding-box; 1.14 + width: 200px; 1.15 + height: 200px; 1.16 + margin: 10px; 1.17 + background-blend-mode: multiply; 1.18 +} 1.19 +</style> 1.20 +</head> 1.21 + 1.22 +<body> 1.23 + <div></div> 1.24 +</body> 1.25 +</html> 1.26 \ No newline at end of file