1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Tests/LibWeb/Text
Shannon Booth decc071060 LibWeb: Return a scroll offset of 0 for colgroup elements
Ideally we would not create a layout node at all for these elements so
that every layout node would always have a paintable associated with it.
But for now, to fix the crash, just leave a FIXME and special case this
element.

Also leave a VERIFY to make it easier to debug this type of crash in the
future.

Fixes a crash seen on codecov.io for my 'patch' project.
2023-11-23 13:06:48 +01:00
..
expected LibWeb: Return a scroll offset of 0 for colgroup elements 2023-11-23 13:06:48 +01:00
input LibWeb: Return a scroll offset of 0 for colgroup elements 2023-11-23 13:06:48 +01:00