LibWeb: Distinguish between empty block at-rules and statement at-rules

This commit is contained in:
Tim Ledbetter
2025-06-17 08:07:48 +01:00
committed by Sam Atkins
parent 701fcb9e87
commit 59a2e10a4e
Notes: github-actions[bot] 2025-06-17 07:59:09 +00:00
3 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="author" title="L. David Baron" href="https://dbaron.org/"/>
<link rel="author" title="Mozilla" href="http://mozilla.org/"/>
<title>CSS Namespaces Test Suite reference</title>
</head>
<body>
<p><test style="background: lime">This sentence should have a green background.</test></p>
<p><test style="background: lime">This sentence should have a green background.</test></p>
<p><test style="background: lime">This sentence should have a green background.</test></p>
<p><test style="background: lime">This sentence should have a green background.</test></p>
<p><test style="background: lime">This sentence should have a green background.</test></p>
</body>
</html>