| Index: third_party/WebKit/LayoutTests/platform/android/svg/dom/points-parser-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/android/svg/dom/points-parser-expected.txt b/third_party/WebKit/LayoutTests/platform/android/svg/dom/points-parser-expected.txt
|
| index 507526563311095bf52d3235abb949fd4da37302..3e3e6f93e275350ba203cbcce03c061e457768ac 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/android/svg/dom/points-parser-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/android/svg/dom/points-parser-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="a"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,10"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10,"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10a"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,,"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,10"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="a"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="10"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="10,"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="10,,"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="10,,10"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="10,10,"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points="10,10a"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points=",10"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points=",10,"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points=",10,,"
|
| +CONSOLE ERROR: line 17: Error: Invalid value for <polyline> attribute points=",10,10"
|
| This tests the parser for points attribute values.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|