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

12 lines
114 B
HTML
Raw Normal View History

2009-01-06 15:46:40 +00:00
<!DOCTYPE html>
<html>
<body>
<form>
<input type="checkbox"/>
<input type="radio"/>
</form>
</body>
</html>