Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / 022.html
blob7a5b8e6631615c14699734583e31de9e015ee0f3
2 The two black rectangles below should look identical.
3 <div style="text-indent: 100px;top: 50px; position: absolute; border:2px solid black">
4 <div style="background-color:green; width:50px; height:50px; float:left"></div><div style="display:inline-block;width:50px;height:50px;background-color:green"></div></div>
6 <div style="margin-top:1em; top: 100px; height: 50px; width:200px; position: absolute; border:2px solid black">
7 <div style="position:absolute;background-color:green; width:50px; height:50px;"></div>
8 <div style="position:absolute;left:150px;background-color:green; width:50px; height:50px;"></div>
9 </div>
12 </div>