mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibWeb/Layout: Add support for grid-auto-flow
in GFC
This commit is contained in:
parent
703c2bb06e
commit
37f5253ec9
3 changed files with 38 additions and 3 deletions
8
Tests/LibWeb/Layout/input/grid/auto-flow-column.html
Normal file
8
Tests/LibWeb/Layout/input/grid/auto-flow-column.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!doctype html><style>
|
||||
* { border: 1px solid black; }
|
||||
body {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
width: 200px;
|
||||
}
|
||||
</style><body><div>hello</div><div>friends</div>
|
Loading…
Add table
Add a link
Reference in a new issue