Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/chrome-421199213-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>