wpt / css / selectors / has-sibling-chrome-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/selectors/has-sibling-chrome-crash.html

<!DOCTYPE html>
<title>CSS Selectors Test: Chrome crash issue 1470477</title>
<link rel="help" href="https://crbug.com/1470477">
<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>