summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/background-repeat-resampling-ref.html
blob: c39517535375083fbe1cb2955d278e3590c0fd8b (plain)
1
2
3
4
5
6
7
8
9
10
<div style="background: url(grid-large.png);
	background-size: 16px 100%;
	width:100px; height: 400px;
  background-repeat: none;
  position: absolute;"></div>

<div style="background-color: black;
           height: 30px; width: 100px;
           margin-top: 370px;
           position: absolute;"></div>