Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / float-before-fieldset.html
blob81f54c8844f9bfef6e42c8fc8e5401616aecb8a2
1 <html>
2 <body>
3 <div style="width:50px;height:400px;background-color:green;float:left"></div>
4 <fieldset><legend>Hello world</legend>
5 Some fieldset content.
6 </fieldset>