Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<title>CSS Scrollbars: scrollbar-color with current color works correctly</title>
<link rel="author" title="Luke Warlow" href="mailto:luke@warlow.dev" />
<link rel="match" href="scrollbar-color-011-ref.html" />
<link rel="mismatch" href="scrollbar-color-011-mis-ref.html" />
<link rel="help" href="https://drafts.csswg.org/css-scrollbars-1/" />
<style>
:root {
scrollbar-color: currentColor currentColor;
color: blue;
}
body {
overflow: scroll;
}
</style>