LibWeb/CSS: Treat counters() function with 1 argument as invalid

Fixes #887.
This commit is contained in:
Sam Atkins 2024-07-29 16:20:36 +01:00 committed by Tim Flynn
commit 5abe246385
Notes: github-actions[bot] 2024-07-29 16:58:37 +00:00
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<style>
html {
content: counters(index);
}
</style>PASS (didn't crash)