Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
forms
/
slider-track-not-input-element-expected.html
blob: ebb78afcdaee6aa69e9a7edba4a72687fe95ad4a [
file
]
<style>
input
{
width
:
70px
;
height
:
200px
;
appearance
:
slider-vertical
;
}
</style>
<body>
<input
type
=
"range"
>
<div></div>
</body>