Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / range / slider-thumb-stylability.html
blobdc47e277803f8d1cfd28f00db86525302583572a
1 <html>
2 <head>
3 <style>
4 input::-webkit-slider-thumb {
5 -webkit-appearance: none;
6 background-color: green;
7 width: 20px;
8 height: 20px;
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>