Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg

Issue 176853009: Fix crash in SVGFontFaceElement::associatedFontElement crash when removing SVGFontFaceElement. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg
diff --git a/LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg b/LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..bb6fa863334891ec6d7e453f224e4a3f2beedbb7
--- /dev/null
+++ b/LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg">
+ <g font-family="HappySad">
+ <text>
+ <altGlyph></altGlyph>
+ <altGlyph></altGlyph>
+ </text>
+ </g>
+</svg>
« no previous file with comments | « LayoutTests/fast/dom/discard-svg-font-face-crash.svg ('k') | Source/core/rendering/svg/RenderSVGInlineText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698