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

Unified Diff: LayoutTests/svg/dom/path-parser-expected.txt

Issue 1170153002: SVG: Escape non-ASCII characters in console messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/path-parser-expected.txt
diff --git a/LayoutTests/svg/dom/path-parser-expected.txt b/LayoutTests/svg/dom/path-parser-expected.txt
index 9b0931d7629cad6b383de2e288773ba5070fad93..dbbc2a45d6f9ecda0bf35a8e26e800c505ee9489 100644
--- a/LayoutTests/svg/dom/path-parser-expected.txt
+++ b/LayoutTests/svg/dom/path-parser-expected.txt
@@ -1,8 +1,8 @@
CONSOLE ERROR: Error: Invalid value for <path> attribute d="M100,200 a3,4,5,2,1,6,7"
CONSOLE ERROR: Error: Invalid value for <path> attribute d="M100,200 a3,4,5,1,2,6,7"
-CONSOLE ERROR: Error: Invalid value for <path> attribute d=" M1,2"
+CONSOLE ERROR: Error: Invalid value for <path> attribute d="\u000BM1,2"
CONSOLE ERROR: Error: Invalid value for <path> attribute d="xM1,2"
-CONSOLE ERROR: Error: Invalid value for <path> attribute d="M1,2 "
+CONSOLE ERROR: Error: Invalid value for <path> attribute d="M1,2\u000B"
CONSOLE ERROR: Error: Invalid value for <path> attribute d="M1,2x"
CONSOLE ERROR: Error: Invalid value for <path> attribute d="M1,2 L40,0#90"
CONSOLE ERROR: Error: Invalid value for <path> attribute d="x"
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698