summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/attachment-local-clipping-image-3-ref.html
blob: 84090bb4b10a8ffc25aaa8f46ba838053fe92d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<title>CSS Reftest Reference: background-attachment: local</title>
<link rel="author" title="Simon Sapin" href="http://exyr.org/about/" />
<style>
#outer {
  width: 200px;
  height: 255px;
  padding: 25px 40px 0;
  border: 10px dashed;
  background: url(aqua-yellow-32x32.png) content-box;
}
p {
  margin-top: 20px;
}
</style>
<div id=outer>
  <p><img src=blue-32x32.png></p>
</div>