1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/backgrounds/attachment-local-positioning-5-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 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 +div { 1.9 + background: url(aqua-yellow-32x32.png) no-repeat 30px 25px; 1.10 + overflow: hidden; 1.11 + height: 200px; 1.12 +} 1.13 +p { 1.14 + padding-left: 30px; 1.15 + padding-top: 125px; 1.16 + height: 500px; 1.17 +} 1.18 +</style> 1.19 +<div> 1.20 + <p><img src=blue-32x32.png></p> 1.21 +</div>