mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Verify that table cells have a paintable when collecting them
Replicate the more conservative way it's done for other nodes, for which we verify whether they have a paintable before doing painting-related operations with it. Fixes crash on https://www.haiku-os.org/.
This commit is contained in:
parent
670bbf24e5
commit
34cd7f4c22
Notes:
sideshowbarker
2024-07-16 20:31:50 +09:00
Author: https://github.com/axgallo
Commit: 34cd7f4c22
Pull-request: https://github.com/SerenityOS/serenity/pull/20466
3 changed files with 22 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
<button type="button">
|
||||
</button>
|
Loading…
Add table
Add a link
Reference in a new issue