Files
UXP-Fixed/layout/reftests/css-valid/input/input-fieldset-legend-ref.html
T
2018-02-02 04:16:08 -05:00

11 lines
169 B
HTML

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