This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2026-04-19 10:20:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
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 15:39:31 +02:00
<!DOCTYPE html>
LibWeb/CSS: Treat counters() function with 1 argument as invalid Fixes #887.
2024-07-29 16:20:36 +01:00
<
style
>
html {
content: counters(index);
}
<
/
style
>
PASS (didn't crash)
Reference in a new issue
Copy permalink