Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
css
/
non-standard-checkbox-size.html
blob: 335b8c9016cfd1d16b40e31c564457c54e86f1af [
file
] [
log
] [
blame
]
<html>
<body>
The following inputs should not be stretched.
<input
type
=
"checkbox"
value
=
"DummyValue"
style
=
"
height
:
50px
;
width
=
60px
;
"
>
<input
type
=
"radio"
value
=
"DummyValue2"
style
=
"
height
:
50px
;
width
=
60px
;
"
>
</body>
</html>