haikuwebkit/LayoutTests/fast/forms/float-before-fieldset.html

7 lines
166 B
HTML

<html>
<body>
<div style="width:50px;height:400px;background-color:green;float:left"></div>
<fieldset><legend>Hello world</legend>
Some fieldset content.
</fieldset>