fune/layout/reftests/css-scrollbars/scrollbar-width-thin.html

7 lines
96 B
HTML

<!doctype html>
<style>
:root {
scrollbar-width: thin;
overflow: scroll;
}
</style>