Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-scrollbars/input-scrollbar-color.html - WPT Dashboard Interop Dashboard
<!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>