1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:28:11 +00:00

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
parent 513a123728
commit 0c577b4b3b

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 -->