blob: 78a9d3c367245c6ad72b8f9a588b5d3ba80cd7df [file] [log] [blame]
<html>
<body>
Random tests of some bizarre combinations. H2 should allow a form inside it, but p should not.
<h2 style="position: absolute; border:2px solid green; left: 470px">
<form>
<select>
<option>A</option>
</select>
</form>
</h2>
<p style="position: absolute; border:2px solid green; left: 470px">
<form>
<select>
<option>A</option>
</select>
</form>
</p>
</body>