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