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