Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Test: scrollbar-color shouldn't cause scrollbars in inputs</title>
<link rel="author" title="Luke Warlow" href="mailto:luke@warlow.dev">
<link rel="match" href="input-scrollbar-color-ref.html">
<style>
:root {
scrollbar-color: red yellow;
}
</style>
<input>