blob: 1ab02f1a78736b96f6e24b8fa028634224742086 [file] [log] [blame]
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/421199213">
<style>
#scroller {
overflow: scroll;
scroll-marker-group: before;
}
#item::scroll-marker { content: counter(x); }
</style>
<p>Pass if no crash</p>
<div id="scroller">
<div id="item"></div>
</div>