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

Side by Side Diff: LayoutTests/fast/css/resources/incorrect-font.svg

Issue 183743012: SVGFontFaceElement::removedFrom should not use FontSelector when document is not active. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/css/use-incorrect-svg-crash.html » ('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"?>
kouhei (in TOK) 2014/03/03 04:33:29 Would you add a comment where it fails to parse?
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1 .1/DTD/svg11.dtd" >
3 <svg xmlns="http://www.w3.org/2000/svg">
4 <defs>
5 <font id="xyyzz" horiz-adv-x="256" >
6 <font-face units-per-em="100" ascent="100" descent="500" />
7 <missing-glyph horiz-adv-x="256" />
8 <glyph unicode="&#64258;" horiz-adv-x="665" d="" />
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/use-incorrect-svg-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698