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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 7: Error: <path> attribute d: Expected moveto path command ( 'M' or 'm'), " 10,10 L 20,20 30…".
2 CONSOLE ERROR: line 8: Error: <path> attribute d: Expected number, "…0 C 20,20 3 0 40 fiftyfive twenty…".
3 CONSOLE ERROR: line 9: Error: <path> attribute d: Expected arc flag ('0' or '1') , "…10,10 A 20,20 0 large,yes 40 50".
4 CONSOLE ERROR: line 10: Error: <path> attribute d: Expected path command, "M 10, 10 E 20,20 z".
5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698