Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / custom-scrollbar-changing-style-expected.html
blobe81444b1047ba4a8e7602c813b7b2c4ca5bfde99
1 <!DOCTYPE html>
2 <style>
3 ::-webkit-scrollbar {
4 height: 10px;
5 width: 10px
7 ::-webkit-scrollbar-thumb {
8 background: rgba(13,53,178,0.8);
10 html {
11 overflow-y: scroll;
13 </style>
14 <div style="height:700px"></div>