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

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

Issue 1413953002: Add unit test for SVG path parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop line-wrap. Created 5 years, 2 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 | third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser.html
diff --git a/third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser.html b/third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser.html
index fff53216a150a8f23dda7f262454ab6bddbdc632..a36841617310762f7b952b6123c883f35031fac8 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser.html
+++ b/third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser.html
@@ -84,13 +84,6 @@
}
parsePath(pathString);
}
- // Empty-ish paths
- parsePath("");
- parsePath(" ");
- parsePath("M");
- parsePath("M" + String.fromCharCode(0));
- // Edge case paths:
- parsePath("M1,1Z0");
}
fuzz();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/dom/fuzz-path-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698