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/inline-with-scroll-marker-group-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Attempt to set scroll-marker-group on inline</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
#test {
overflow: auto;
scroll-marker-group: after;
}
#test::scroll-marker-group {
display: block;
}
</style>
<span id="test"></span>