mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
LibWeb: Fix null dereference on SVG element with bogus fill URL
Fixes a crash seen on YouTube channel pages.
This commit is contained in:
parent
411b28fc59
commit
6f204f8c32
3 changed files with 15 additions and 5 deletions
|
@ -0,0 +1,3 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue