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

Unified Diff: LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash.html

Issue 1149043003: Fix ordering of recorders in SVGPaintContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 5 years, 7 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/svg/custom/invalid-filter-reference-and-opacity-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash.html
diff --git a/LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash.html b/LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..111e6ae5c376561298f6e791d912784c1209aef2
--- /dev/null
+++ b/LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<p>PASS if no crash (with asserts enabled).</p>
+<svg>
+ <text filter="url(#borked)" opacity="0.7">Foo</text>
+</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698