Sign in
webkit
/
WebKit
/
ca9ea9c661b22e01937c876740e608cae2e1c754
/
.
/
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>