mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Base: Add test for multiple line names in CSS Grid
This commit is contained in:
parent
513a123728
commit
0c577b4b3b
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/martinfalisse
Commit: 0c577b4b3b
Pull-request: https://github.com/SerenityOS/serenity/pull/16139
Reviewed-by: https://github.com/linusg
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