mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
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
10 lines
116 B
HTML
10 lines
116 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.foo {
|
|
::before:where(&) {
|
|
color: red;
|
|
}
|
|
}
|
|
</style>
|
|
<div class=foo></div>
|