Skip to content

Commit 4d4513a

Browse files
authored
Feat/css grid integration tests (#775)
Add CSS Grid test baseon Web Platform Tests (WPT) - Phase 1: Grid Definition & Track Sizing 🔴 HIGH PRIORITY - Phase 2: Grid Item Placement & Sizing 🔴 HIGH PRIORITY <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Enhanced CSS Grid: min-content/max-content/fit-content sizing, improved track sizing (including fr/minmax), baseline & last-baseline alignment, better auto-placement, area- and line-based placement, spanning, gaps, margins, overflow, and aspect-ratio behaviors. * **Tests** * Large suite of integration and regression tests covering grid tracks, placement, gaps, sizing, intrinsic behaviors, hit-testing, baseline, overlap, and item alignment to validate layouts and edge cases. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents b97665a + 534da23 commit 4d4513a

File tree

220 files changed

+11212
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+11212
-177
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,7 @@ pubspec.lock
6969
.fvm
7070

7171
**/.claude/settings.local.json
72-
.preview-bundles/*
72+
**/.preview-bundles
73+
74+
**/.dartServer/
75+
**/.dart-tool/

0 commit comments

Comments
 (0)