Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / background-position-origin-expected.html
blob592045204e01441fe6b61e563ab22924337d6d92
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>2-value background-position should fully overwrite a 4-value
5 background-position</title>
6 <style>
7 body { margin: 0 }
8 .ref {
9 height: 100px;
10 width: 100px;
11 top: 0;
12 left: 0;
13 background-color: green;
14 position: absolute;
16 </style>
17 </head>
18 <body>
19 <div class="ref"></div>
20 </body>
21 </html>