Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Selectors Test: Chrome crash issue 1470477</title>
<style>
:has(> :where(label:first-child + [a="a"]:only-of-type,
[a="a"]:only-of-type + label:last-child)) label:last-child {
margin-inline: 1em;
}
</style>
<p>PASS if this tests does not crash</p>