Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / resources / squash-with-ancestor-property.css
1 #composited-background {
2   width: 100%;
3   height: 100%;
4   -webkit-transform: translateZ(0);
5 }
6
7 #container {
8   position: relative;
9   width: 400px;
10   height: 60px;
11   border: 1px solid black;
12 }
13
14 #composited-overlap-child {
15   position: absolute;
16   left: 0;
17   bottom: 0px;
18   width: 100%;
19   height: 60px;
20   background-color: orange;
21 }