Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
forms
/
range
/
input-appearance-range-decimals.html
blob: 0dcfc7359c4155743e81939683fdf0c402a3a27c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<!-- These numbers should parse the same as 0.4, -0.4, and 1.0 -->
<input
type
=
range
value
=
".4"
min
=
"-.4"
max
=
"1."
>
<body>