1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/backgrounds/attachment-local-clipping-color-6-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<!doctype html> 1.5 +<title>CSS Reftest Reference: background-attachment: local</title> 1.6 +<link rel="author" title="Simon Sapin" href="http://exyr.org/about/" /> 1.7 +<style> 1.8 +#outer { 1.9 + width: 200px; 1.10 + height: 200px; 1.11 + padding: 40px; 1.12 + border: 10px double; 1.13 + overflow: hidden; 1.14 + border-radius: 50%; 1.15 +} 1.16 +#outer div { 1.17 + background: green; 1.18 + height: 500px; 1.19 + margin-top: -15px; 1.20 +} 1.21 +p { 1.22 + margin-top: 0; 1.23 + padding-top: 20px; 1.24 +} 1.25 +</style> 1.26 +<div id=outer> 1.27 + <div> 1.28 + <p><img src=blue-32x32.png></p> 1.29 + </div> 1.30 +</div>