Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / negative-composited-offset-expected.html
blob90e6560b2ab6cc99da427e8d77338017a7fe168b
1 <!DOCTYPE html>
2 <html>
3 <style>
4 .test {
5 width: 20px;
6 height: 30px;
7 position: absolute;
8 left: 10px;
9 top: -8.5px;
10 background-color: green;
12 </style>
13 <body>
14 <div class="test"></div>