1
Fork 0
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:
Andreas Kling 2023-07-11 18:43:33 +02:00
parent 5615ea5386
commit 9174ffd7e6
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<!doctype html><style>
body {
display: inline-grid;
}
</style><body>whf