7 ::-webkit-scrollbar-track {
8 -webkit-box-shadow: inset
0 0 6px rgba(
0,
0,
0,
0.3);
9 -webkit-border-radius:
10px;
12 ::-webkit-scrollbar-thumb {
13 -webkit-border-radius:
10px;
15 background: rgba(
255,
0,
0,
0.8);
16 -webkit-box-shadow: inset
0 0 6px rgba(
0,
0,
0,
0.5);
18 ::-webkit-scrollbar-thumb:window-inactive {
19 background: rgba(
255,
150,
250,
0.8);
35 <iframe id=
"iframeactive" src=
"resources/scrollable-iframe-customscrollbar.html"></iframe>
36 <div><p style=
"width:200px;height:200px"></p></div>
37 <div><p style=
"width:200px;height:200px"></p></div>
40 window
.onload = function() {
41 var ifra
= document
.getElementById('iframeactive');
43 // setWindowIsKey shall set the focus of the window.
44 if (window
.testRunner
)
45 window
.testRunner
.setWindowIsKey(false);