LibWeb: Print FIXME instead of crashing in abspos SVG element layout

Currently we are crashing in `verify_cast<BlockContainer>(box)` on
attempt to create BFC for SVG box.
This commit is contained in:
Aliaksandr Kalenik 2024-09-18 14:57:32 +02:00 committed by Alexander Kalenik
commit fa907029ee
Notes: github-actions[bot] 2024-09-18 13:56:19 +00:00
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1 @@
<!DOCTYPE html><div style="position: relative"><svg width="200" height="200"><polygon points="100,10 40,180 160,180" style="position:absolute; top: 100px; left: 100px;" />