summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/has-sibling-chrome-crash.html
blob: 0306e3e39272c321fc3539aa582b4e239ffe2fa1 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>