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
/
fast
/
forms
/
range
/
slider-thumb-stylability.html
blob
dc47e277803f8d1cfd28f00db86525302583572a
1
<html>
2
<head>
3
<style>
4
input::-webkit-slider-thumb {
5
-webkit-appearance: none;
6
background-color: green;
7
width:
20
px;
8
height:
20
px;
9
}
10
</style>
11
</head>
12
<body>
13
<!--
14
This tests styling of the slider thumb.
15
You should see a green 20x20px square.
16
-->
17
<input
type
=
"range"
value
=
"0"
style
=
"-webkit-appearance: none;"
>
18
</body>
19
</html>