Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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