<!DOCTYPE html><htmlclass="reftest-wait"><metacharset="utf-8"><linkrel="help"href="crbug.com/421471058"><scriptsrc="/resources/testdriver.js"></script><scriptsrc="/resources/testdriver-actions.js"></script><scriptsrc="/resources/testdriver-vendor.js"></script><style>body{margin:0;}#scroller{width:600px;height:300px;overflow:auto;scroll-marker-group:before;white-space:nowrap;}#scrollerdiv{background:blue;display:inline-block;width:600px;height:270px;}#scroller::scroll-marker-group{height:20px;width:200px;}#scrollerdiv::scroll-marker{content:"Marker";width:100px;height:20px;display:inline-block;}#scroller::scroll-button(left){content:"<";}</style><divid="scroller"><div></div><div></div></div><script>asyncfunctionrun(){constkTab='\uE004';awaitnewtest_driver.Actions().keyDown(kTab).keyUp(kTab).send();// With a focused scroll marker, scroll to next target.document.querySelector('#scroller').scrollLeft=600;document.documentElement.classList.remove('reftest-wait');}run();</script></html>