chromium/third_party/blink/web_tests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html

<!DOCTYPE html>
<style>
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: rgba(255,0,0,0.8);
}
html { 
    overflow: scroll 
}

</style>