Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-grid/inheritance.txt
Tim Ledbetter 7b0b6e7493 LibWeb/CSS: Make empty GridTrackSize value serialize to "none"
This is the default value of the `grid-template-rows` and
`grid-template-columns` properties.
2025-03-22 17:33:37 +01:00

25 lines
1.0 KiB
Plaintext

Harness status: OK
Found 20 tests
20 Pass
Pass Property grid-auto-columns has initial value auto
Pass Property grid-auto-columns does not inherit
Pass Property grid-auto-flow has initial value row
Pass Property grid-auto-flow does not inherit
Pass Property grid-auto-rows has initial value auto
Pass Property grid-auto-rows does not inherit
Pass Property grid-column-end has initial value auto
Pass Property grid-column-end does not inherit
Pass Property grid-column-start has initial value auto
Pass Property grid-column-start does not inherit
Pass Property grid-row-end has initial value auto
Pass Property grid-row-end does not inherit
Pass Property grid-row-start has initial value auto
Pass Property grid-row-start does not inherit
Pass Property grid-template-areas has initial value none
Pass Property grid-template-areas does not inherit
Pass Property grid-template-columns has initial value none
Pass Property grid-template-columns does not inherit
Pass Property grid-template-rows has initial value none
Pass Property grid-template-rows does not inherit