| Index: third_party/WebKit/LayoutTests/platform/android/svg/custom/invalid-length-units-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/android/svg/custom/invalid-length-units-expected.txt b/third_party/WebKit/LayoutTests/platform/android/svg/custom/invalid-length-units-expected.txt
|
| index dff7a6fd886afb086f2400dafebb0b53c68a80da..a62b632ecf7a3ec01915c1ba9e1fff6bdc3649fe 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/android/svg/custom/invalid-length-units-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/android/svg/custom/invalid-length-units-expected.txt
|
| @@ -1,11 +1,11 @@
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x=" "
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="foo"
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10foo"
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="px"
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 % "
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 %"
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 px "
|
| -CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 px"
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x=" "
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="foo"
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="10foo"
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="px"
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="10 % "
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="10 %"
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="10 px "
|
| +CONSOLE ERROR: line 1: Error: Invalid value for <rect> attribute x="10 px"
|
| Tests handling of invalid SVG length units.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|