LibWeb: Don't crash from clipping grid spans

This commit is contained in:
Gingeh 2024-11-10 13:11:41 +11:00 committed by Alexander Kalenik
commit 6862d33e7c
Notes: github-actions[bot] 2024-11-10 23:58:03 +00:00
5 changed files with 46 additions and 3 deletions

View file

@ -0,0 +1,3 @@
<div style="display: grid; position: relative">
<div style="position: absolute; grid-row: 3"></div>
</div>