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

Unified Diff: third_party/WebKit/LayoutTests/svg/parser/svg-path-error-reporting-expected.txt

Issue 1642463004: Extended error reporting for SVG path parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "path flag" -> "arc flag" Created 4 years, 11 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: third_party/WebKit/LayoutTests/svg/parser/svg-path-error-reporting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/parser/svg-path-error-reporting-expected.txt b/third_party/WebKit/LayoutTests/svg/parser/svg-path-error-reporting-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a8249ca62870848b4a2f8f0b8ecb9434686eec33
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/parser/svg-path-error-reporting-expected.txt
@@ -0,0 +1,5 @@
+CONSOLE ERROR: line 7: Error: <path> attribute d: Expected moveto path command ('M' or 'm'), " 10,10 L 20,20 30…".
+CONSOLE ERROR: line 8: Error: <path> attribute d: Expected number, "…0 C 20,20 30 40 fiftyfive twenty…".
+CONSOLE ERROR: line 9: Error: <path> attribute d: Expected arc flag ('0' or '1'), "…10,10 A 20,20 0 large,yes 40 50".
+CONSOLE ERROR: line 10: Error: <path> attribute d: Expected path command, "M 10,10 E 20,20 z".
+

Powered by Google App Engine
This is Rietveld 408576698