Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / clip-to-squashed-layer-size.html
blob638f9f765308b8098258d66119264b364b33b609
1 <!doctype html>
2 </head>
3 <body>
4 <div style=" width: 1px; height: 100px; transform: translateZ(0px); position:absolute; top:0px; background-color: lightgray">
5 </div>
6 <div style="width: 10px; height: 10px; overflow: hidden; position: absolute; left: 0px; top: 0px; ">
7 <div style="height: 100px; width:100px; background-color:lightgreen" />
8 </div>
9 </div>
10 <div style="left: 0px; height: 9px; width: 9px; position:absolute; top:99px; background-color: blue">
11 </body>