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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/path-arc-invalid-expected.txt

Issue 1642463004: Extended error reporting for SVG path parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/custom/path-arc-invalid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/path-arc-invalid-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/path-arc-invalid-expected.txt
index bf6507187e21432579d23218db163431ed38b8e0..813ce95f4ee5f2b701c188f0fb563ad8576cba32 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/path-arc-invalid-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/path-arc-invalid-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE ERROR: line 6: Error: Invalid value for <path> attribute d="M0 0 A0 0 0 0 0 0 0 0 0 0"
+CONSOLE ERROR: line 6: Error: <path> attribute d: Unexpected end of attribute. Expected path flag ('0' or '1'), "… 0 0 0 0 0 0 0 0".
If this text is visible the malformed SVG path is handled correctly.

Powered by Google App Engine
This is Rietveld 408576698