mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 01:42:17 +00:00
This is clearly not the correct fix, but instead of crashing let's log an error and bail. Works around a crash seen on both: * https://reddit.com * https://www.w3.org/TR/web-animations-1 (#879)
6 lines
209 B
HTML
6 lines
209 B
HTML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
<g mask="url(#excludedEndPoints)"></g>
|
|
<mask id="excludedEndPoints">
|
|
<circle cx="50" cy="50" r="4" fill="black" stroke="black"/>
|
|
</mask>
|
|
</svg>
|