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