layout/svg/crashtests/1826444-1.html
0 → 100644
+6
−0
Loading
Bug 1826444. Null check pattern in SVGContextPaintImpl::Paint::GetPattern. r=firefox-svg-reviewers,longsonr It's null because there it's an empty pattern frame. SVGPatternFrame::GetPaintServerPattern returns null because SVGPatternFrame::PaintPattern returns null because SVGPatternFrame::GetPatternWithChildren returns null. Differential Revision: https://phabricator.services.mozilla.com/D174713