1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/backgrounds/attachment-local-positioning-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 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 + border: solid; 1.10 + background: url(aqua-yellow-32x32.png) local no-repeat 178px 278px; 1.11 + overflow: hidden; 1.12 + width: 200px; 1.13 + height: 300px; 1.14 +} 1.15 +div div { 1.16 + width: 250px; 1.17 + height: 370px; 1.18 +} 1.19 +p { 1.20 + margin: 0 0 0 -40px; 1.21 + padding-top: 40px; 1.22 +} 1.23 +</style> 1.24 +<div id=outer> 1.25 + <div> 1.26 + <p><img src=blue-32x32.png style="width: 160px"></p> 1.27 + </div> 1.28 +</div>