summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scrollbars/input-scrollbar-color.html
blob: fa03b1391e44941bd2d37c8db1c7c518a1c181ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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="help" href="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color">
<link rel="match" href="input-scrollbar-color-ref.html">
<style>
    :root {
        scrollbar-color: red yellow;
    }
</style>
<input>