Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / fieldset-with-float.html
blob9a9e9f0c6f938fe3a89c69e096110c0439b00d27
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <fieldset>
3 <div style="float:left;height:300px;width:300px;background-color:green"></div>
4 <div style="height:50px">Other content
5 </fieldset>