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

Side by Side Diff: LayoutTests/fast/dom/discard-svg-font-face-crash.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, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <defs>
4 <discard begin="0s"/>
5 <font>
6 <font-face font-family="HappySad" ascent="255"/>
7 </font>
8 </defs>
9 <g font-family="HappySad">
10 <text>
11 <altGlyph></altGlyph>
12 <altGlyph></altGlyph>
13 </text>
14 </g>
15 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/discard-svg-font-face-crash-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698