trisquel-icecat/icecat/testing/web-platform/tests/css/css-overflow/scrollbar-gutter-with-background-gradient-ref.html
2025-10-06 02:35:48 -06:00

13 lines
445 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>CSS Overflow: test scrollbar-gutter with background gradient</title>
<link rel="author" title="CGQAQ" href="mailto:m.jason.liu@gmail.com">
<link rel="help" href="https://drafts.csswg.org/css-overflow-4/#scrollbar-gutter-property">
<style>
html {
scrollbar-gutter: stable both-edges;
background-image: linear-gradient(to right, green, blue);
position: fixed;
inset: 0;
}
</style>