1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00
serenity/Tests/LibWeb/Layout/input/svg/svg-fill-with-bogus-url.html
Andreas Kling 6f204f8c32 LibWeb: Fix null dereference on SVG element with bogus fill URL
Fixes a crash seen on YouTube channel pages.
2023-05-19 15:41:34 +02:00

3 lines
No EOL
149 B
HTML

<!doctype html><style>
* { font: 20px SerenitySans; }
</style><svg viewBox="0 0 100 100"><rect x=0 y=0 width=100 height=100 fill="url(#bogus)"></svg>