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

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: Added comment 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..cddaa6113a511c5acf452d272894436a5a5bcf0e
--- /dev/null
+++ b/LayoutTests/fast/css/resources/incorrect-font.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" standalone="no"?>
+<!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="" />
+<!-- need </font></defs></svg> -->
« 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