repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
flexbox
/
flexitem-stretch-range.html
blob
8f15efffdeab72362d831f5c614c13731260bac3
1
<!DOCTYPE
html
>
2
<html>
3
<link
rel
=
"stylesheet"
href
=
"resources/flexbox.css"
>
4
<body>
5
<p>
When stretching a range input, the thumb should be centered vertically.
</p>
6
<div
class
=
"flexbox"
style
=
"height: 200px;"
>
7
<input
type
=
"range"
style
=
"flex: 1; margin: 0;"
>
8
</div>
9
</body>
10
</html>