1 2 3 4 5
<!doctype html> <title>CSS Test Reference</title> <style> :root { overflow: scroll; scrollbar-color: green green; } </style>