6 ::-webkit-scrollbar-track {
7 box-shadow: inset
0 0 6px blue;
9 ::-webkit-scrollbar-track:window-inactive {
10 box-shadow: inset
0 0 6px red;
14 if (window
.testRunner
)
15 testRunner
.setCanOpenWindows();
17 var win
= window
.open('about:blank');
20 <body style=
"overflow: scroll;"></body>