1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-17 13:59:38 +00:00
Files
UXP/layout/reftests/forms/input/checkbox/radio-stretched-ref.html
T

12 lines
114 B
HTML

<!DOCTYPE html>
<html>
<body>
<form>
<input type="checkbox"/>
<input type="radio"/>
</form>
</body>
</html>