Base: Add test for multiple line names in CSS Grid

This commit is contained in:
martinfalisse 2022-11-21 19:47:31 +01:00 committed by Linus Groh
commit 0c577b4b3b
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00

View file

@ -131,6 +131,15 @@ that I don't quite understand. -->
<div class="grid-item">1</div>
</div>
<div
class="grid-container"
style="
grid-column-gap: 1px;
grid-template-columns: [name1 name2 name3] 1fr repeat(1, [name4 name5 name6] 1fr);
">
<div class="grid-item">1</div>
</div>
<p>End of crash tests</p>
<!-- Different column sizes -->