mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +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
9 lines
126 B
HTML
9 lines
126 B
HTML
<!doctype html>
|
|
<title>Nested has shouldn't match</title>
|
|
<style>
|
|
ul { background: green }
|
|
</style>
|
|
<ul>
|
|
<li>Bar</li>
|
|
</ul>
|