Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / sub-pixel / negative-composited-offset.html
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: red;
11 }
12 .composited {
13   transform: translateZ(0px);
14   background-color: green;
15 }
16 </style>
17 <body>
18 <div class="test"></div>
19 <div class="test composited"></div>