This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Layout
/
input
/
css-counters
/
counters-function-single-argument.html
7 lines
103 B
HTML
Raw
Normal View
History
Unescape
Escape
Meta: Add doctypes to a few more layout tests
2025-05-04 10:39:31 -03:00
<!DOCTYPE html>
LibWeb/CSS: Treat counters() function with 1 argument as invalid Fixes #887.
2024-07-29 12:20:36 -03:00
<
style
>
html {
content: counters(index);
}
<
/
style
>
PASS (didn't crash)
Reference in a new issue
Copy permalink