Files
ladybird/Tests/LibWeb/Text/input/wpt-import/css/css-nesting/pseudo-where-crash.html
Sam Atkins b0e79ce549 Tests: Import all WPT css/css-nesting tests
A few are skipped for now:
- A few ref tests fail
- Crash tests are not supported by our runner and time out
- top-level-is-scope.html crashes and needs further investigation
2024-11-07 15:11:24 +01:00

10 lines
116 B
HTML

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