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

11 lines
161 B
HTML

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