mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Distinguish between empty block at-rules and statement at-rules
This commit is contained in:
committed by
Sam Atkins
parent
701fcb9e87
commit
59a2e10a4e
Notes:
github-actions[bot]
2025-06-17 07:59:09 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/59a2e10a4ec Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5111 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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>
|
||||
Reference in New Issue
Block a user