transparent-on-root.html (531B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Test: non-opaque scrollbar-color should work on the root</title> 4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 6 <link rel="help" href="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color-properties"> 7 <link rel="match" href="transparent-on-root-ref.html"> 8 <style> 9 :root { 10 overflow: scroll; 11 scrollbar-color: transparent transparent; 12 background-color: black; 13 } 14 </style>