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

Unified 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, 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/use-incorrect-svg-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/resources/incorrect-font.svg
diff --git a/LayoutTests/fast/css/resources/incorrect-font.svg b/LayoutTests/fast/css/resources/incorrect-font.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e12f85355261ea5081a5235d67bc22d63c478b83
--- /dev/null
+++ b/LayoutTests/fast/css/resources/incorrect-font.svg
@@ -0,0 +1,8 @@
+<?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?
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<defs>
+<font id="xyyzz" horiz-adv-x="256" >
+<font-face units-per-em="100" ascent="100" descent="500" />
+<missing-glyph horiz-adv-x="256" />
+<glyph unicode="&#64258;" horiz-adv-x="665" d="" />
« 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