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/scroll-target-group-inline-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow Test: scroll-target-group with inline parent of the target doesn't crash</title>
<style>
nav {
scroll-target-group: auto;
}
</style>
<span>
<div id="target">Target element in span</div>
</span>
<nav>
<a href="#target">Anchor to target</a>
</nav>