Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / clip-to-squashed-layer-size-expected.html
blob2aa37fb1d419fd446873de5ad7dfc14a8795e6bc
1 <!doctype html>
2 </head>
3 <body>
4 <div style=" width: 1px; height: 100px; 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>