Files
ladybird/Tests/LibWeb/Crash/wpt-import/css/css-nesting/pseudo-where-crash.html
Sam Atkins 4a4c439ffe Tests: Re-import disabled WPT crash tests in Text/ directory
We've had proper support for crash tests, so these can go where they
belong.
2026-01-09 08:11:11 +01:00

10 lines
116 B
HTML

<!DOCTYPE html>
<style>
.foo {
::before:where(&) {
color: red;
}
}
</style>
<div class=foo></div>