blob: 474f70aba71375fa8b444dcba996815a12920632 [file] [log] [blame]
<!--
@BLINK-ALLOW:setSize*
@BLINK-ALLOW:posInSet*
@BLINK-ALLOW:focusable*
-->
<!doctype html>
<style>
#scroller {
width: 600px;
height: 300px;
overflow: auto;
white-space: nowrap;
}
#scroller::scroll-button(inline-start) {
content: "x";
background: blue;
display: flex;
height: 20px;
width: 20px;
}
#scroller::scroll-button(inline-start):disabled {
background: gray;
}
</style>
<div id="scroller">
</div>