gecko/layout/reftests/css-invalid/textarea/textarea-fieldset-legend-ref.html
2010-09-19 03:47:15 +02:00

11 lines
175 B
HTML

<!DOCTYPE html>
<html>
<body>
<fieldset>
<legend>
<textarea style="background-color: green;"></textarea>
</legend>
</fieldset>
</body>
</html>