mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/CSS: Treat counters() function with 1 argument as invalid
Fixes #887.
This commit is contained in:
Notes:
github-actions[bot]
2024-07-29 16:58:37 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/5abe246385d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/890 Reviewed-by: https://github.com/trflynn89 ✅
@@ -0,0 +1,5 @@
|
||||
<style>
|
||||
html {
|
||||
content: counters(index);
|
||||
}
|
||||
</style>PASS (didn't crash)
|
||||
Reference in New Issue
Block a user