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:
parent
513a123728
commit
0c577b4b3b
1 changed files with 9 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue