mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
11 lines
340 B
HTML
11 lines
340 B
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>
|