mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb/CSS: Implement the empty-cells property
This property sets whether table borders and backgrounds are painted if a given table cell has no visible content.
This commit is contained in:
committed by
Sam Atkins
parent
a0cef5a7da
commit
e0af205d69
Notes:
github-actions[bot]
2025-06-18 13:56:15 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/e0af205d693 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5133 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,8 +2,8 @@ Harness status: OK
|
||||
|
||||
Found 687 tests
|
||||
|
||||
654 Pass
|
||||
33 Fail
|
||||
657 Pass
|
||||
30 Fail
|
||||
Pass background-attachment: scroll
|
||||
Pass background-attachment: fixed
|
||||
Pass background-attachment: inherit
|
||||
@@ -374,9 +374,9 @@ Pass display: table-cell
|
||||
Pass display: table-caption
|
||||
Pass display: none
|
||||
Pass display: inherit
|
||||
Fail empty-cells: show
|
||||
Fail empty-cells: hide
|
||||
Fail empty-cells: inherit
|
||||
Pass empty-cells: show
|
||||
Pass empty-cells: hide
|
||||
Pass empty-cells: inherit
|
||||
Pass float: left
|
||||
Pass float: right
|
||||
Pass float: none
|
||||
|
||||
Reference in New Issue
Block a user