haikuwebkit/LayoutTests/fast/parser/form-after-template-expecte...

10 lines
217 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Test that the form following a template element properly gets parsed.</p>
<form style="background-color:red;">
<input type="text" /><button>Submit</button>
</form>
</body>
</html>