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

Unified Diff: LayoutTests/svg/dom/fuzz-path-parser.html

Issue 380213002: An empty SVG path string is not in error (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectations. Created 6 years, 5 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/svg/dom/fuzz-path-parser.html
diff --git a/LayoutTests/svg/dom/fuzz-path-parser.html b/LayoutTests/svg/dom/fuzz-path-parser.html
index ff80dcedcfbdfb16dd4802c5a10bf2c6c0fe199f..fff53216a150a8f23dda7f262454ab6bddbdc632 100644
--- a/LayoutTests/svg/dom/fuzz-path-parser.html
+++ b/LayoutTests/svg/dom/fuzz-path-parser.html
@@ -86,6 +86,7 @@
}
// Empty-ish paths
parsePath("");
+ parsePath(" ");
parsePath("M");
parsePath("M" + String.fromCharCode(0));
// Edge case paths:
« no previous file with comments | « LayoutTests/svg/custom/dynamic-empty-path-expected.txt ('k') | LayoutTests/svg/dom/fuzz-path-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698