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

Unified Diff: LayoutTests/svg/filters/feDistantLight-rendering-crash.svg

Issue 22043002: Crash trying to render a SVGFEDistantLightElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feDistantLight-rendering-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/filters/feDistantLight-rendering-crash.svg
diff --git a/LayoutTests/svg/filters/feDistantLight-rendering-crash.svg b/LayoutTests/svg/filters/feDistantLight-rendering-crash.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d307b83283b8c0450be1d932dd053142d40c5321
--- /dev/null
+++ b/LayoutTests/svg/filters/feDistantLight-rendering-crash.svg
@@ -0,0 +1,6 @@
+<?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 version="1.1" baseProfile="full" id="svg-root" width="480" height="360" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
+<feDistantLight></feDistantLight><glyph></glyph><text></text>
+</svg>
+
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feDistantLight-rendering-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698