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

Unified Diff: LayoutTests/svg/dom/preserve-aspect-ratio-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/svg/dom/path-parser-expected.txt ('k') | LayoutTests/svg/dom/transform-parser-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt
diff --git a/LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt b/LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt
index 5dba868f884b88d790e41b7c0cbf6cb0baab4a1b..8cf37868bed87601008d19c985d33447b2b58fcf 100644
--- a/LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt
+++ b/LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt
@@ -5,7 +5,7 @@ CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x
CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="refer xMinYMin slice"
CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="xMinYMin defer"
CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="slice xMinYMin"
-CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="xMinYMin "
+CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="xMinYMin\u00A0"
This tests the parser for preserve aspect ratio attribute values.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « LayoutTests/svg/dom/path-parser-expected.txt ('k') | LayoutTests/svg/dom/transform-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698