Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / resources / squash-with-ancestor-property.css
blobfbd301999d2b48be807ddb4e6b11317db9179b16
1 #composited-background {
2 width: 100%;
3 height: 100%;
4 transform: translateZ(0);
7 #container {
8 position: relative;
9 width: 400px;
10 height: 60px;
11 border: 1px solid black;
14 #composited-overlap-child {
15 position: absolute;
16 left: 0;
17 bottom: 0px;
18 width: 100%;
19 height: 60px;
20 background-color: orange;