blob: e6f0e43c5ba33ccf908f1c36d2ba01f1c39bcdf9 [file] [log] [blame]
<!DOCTYPE HTML>
<style>
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px blue;
}
::-webkit-scrollbar-track:window-inactive {
box-shadow: inset 0 0 6px red;
}
</style>
<script>
if (window.testRunner)
testRunner.setCanOpenWindows();
var win = window.open('about:blank');
win.focus();
</script>
<body style="overflow: scroll;"></body>