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

Unified Diff: LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash-expected.html

Issue 24350008: CSSGradientValue should check whether gradientLength is zero or not. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
Index: LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash-expected.html
diff --git a/LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash-expected.html b/LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..faee4c7996a96ed4ee35dd90fdc52c10b258b67c
--- /dev/null
+++ b/LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash-expected.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<html>
+<body style="background-image: repeating-radial-gradient(closest-side circle at 0% 0%, #fff, #000);">
+Test for crbug.com/295126. If this test passes, no crash occurs.
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash.html ('k') | Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698