wpt / css / css-overflow / scroll-markers / chrome-421199213-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-overflow/scroll-markers/chrome-421199213-crash.html

<!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>