1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/456219-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<title></title> 1.8 +<style type="text/css"> 1.9 +/* If you fix bug #466572, you can remove the IMG 1.10 + and related styling from this test case. */ 1.11 +body { background: white; color: black; margin: 0 } 1.12 +div { 1.13 + background: aqua; 1.14 + color: black; 1.15 + height: 75px; 1.16 + width: 75px; 1.17 + padding: 15px; 1.18 + border: 20px solid; 1.19 + border-radius: 25px; 1.20 + border-color: transparent; 1.21 + background-clip: padding-box; 1.22 +} 1.23 +img { 1.24 + position: absolute; 1.25 + top: 20px; 1.26 + left: 20px; 1.27 +} 1.28 +</style> 1.29 +</head> 1.30 +<body> 1.31 +<div></div> 1.32 +<img src="456219-2-mask.png"> 1.33 +</body> 1.34 +</html>