| 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".
|
|
|