Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / background-position-1.html
blob82c6af61234d2b4548a0d320eb066c83cde4343d
1 <style>
2 div { height: 100px; width: 101px; background: url(../../http/tests/multipart/resources/green-100x100.png) no-repeat 100% top; }
3 </style>
4 <p>
5 This should be a green square:
6 </p>
7 <div></div>