mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Currently we are crashing in `verify_cast<BlockContainer>(box)` on attempt to create BFC for SVG box.
1 line
171 B
HTML
1 line
171 B
HTML
<!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;" /> |