mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb/CSS: Treat counters() function with 1 argument as invalid
Fixes #887.
This commit is contained in:
parent
0bfcf73524
commit
5abe246385
Notes:
github-actions[bot]
2024-07-29 16:58:37 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5abe246385
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/890
Reviewed-by: https://github.com/trflynn89 ✅
3 changed files with 17 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x17 children: inline
|
||||
frag 0 from TextNode start: 0, length: 19, rect: [8,8 162.109375x17] baseline: 13.296875
|
||||
"PASS (didn't crash)"
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17]
|
||||
TextPaintable (TextNode<#text>)
|
Loading…
Add table
Add a link
Reference in a new issue