gecko/layout/reftests/forms/checkbox-radio-stretched.html

12 lines
154 B
HTML
Raw Normal View History

2009-01-06 07:46:40 -08:00
<!DOCTYPE html>
<html>
<body>
<form>
<input type="checkbox" style="width: auto;">
<input type="radio" style="width: auto;">
</form>
</body>
</html>