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