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-expected.html
blob
e941a157be0f93da78dfdaedf2c2d701b1bf31f8
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<p>
When stretching a range input, the thumb should be centered vertically.
</p>
5
<div
style
=
"height: 200px;"
>
6
<input
type
=
"range"
style
=
"width: 100%; height: 100%; margin: 0;"
>
7
</div>
8
</body>
9
</html>