mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
LibWeb: Create Layout::Box for display: inline-grid
This makes us actually run a GridFormattingContext instead of rendering inline-grid elements as nothing. :^)
This commit is contained in:
parent
5615ea5386
commit
9174ffd7e6
3 changed files with 17 additions and 0 deletions
5
Tests/LibWeb/Layout/input/grid/inline-grid-simple.html
Normal file
5
Tests/LibWeb/Layout/input/grid/inline-grid-simple.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html><style>
|
||||
body {
|
||||
display: inline-grid;
|
||||
}
|
||||
</style><body>whf
|
Loading…
Add table
Add a link
Reference in a new issue