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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice" 1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice"
2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="m eet" 2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="m eet"
3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice" 3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice"
4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x minymin" 4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x minymin"
5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="r efer xMinYMin slice" 5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="r efer xMinYMin slice"
6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin defer" 6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin defer"
7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice xMinYMin" 7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice xMinYMin"
8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin " 8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin\u00A0"
9 This tests the parser for preserve aspect ratio attribute values. 9 This tests the parser for preserve aspect ratio attribute values.
10 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 12
13 13
14 Test string: 'none' 14 Test string: 'none'
15 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_NONE 15 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_NONE
16 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 16 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
17 17
18 Test string: 'xMinYMin' 18 Test string: 'xMinYMin'
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 356 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
357 357
358 Test string: 'xMinYMin ' 358 Test string: 'xMinYMin '
359 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID 359 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
360 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 360 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
361 361
362 PASS successfullyParsed is true 362 PASS successfullyParsed is true
363 363
364 TEST COMPLETE 364 TEST COMPLETE
365 365
OLDNEW
« 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