| Index: LayoutTests/svg/dom/points-parser-expected.txt
|
| diff --git a/LayoutTests/svg/dom/points-parser-expected.txt b/LayoutTests/svg/dom/points-parser-expected.txt
|
| index a66a2ef0b8ab262ff39e5709d72388f9f97ce3d2..507526563311095bf52d3235abb949fd4da37302 100644
|
| --- a/LayoutTests/svg/dom/points-parser-expected.txt
|
| +++ b/LayoutTests/svg/dom/points-parser-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -CONSOLE ERROR: Error: Problem parsing points="a"
|
| -CONSOLE ERROR: Error: Problem parsing points="10"
|
| -CONSOLE ERROR: Error: Problem parsing points="10,"
|
| -CONSOLE ERROR: Error: Problem parsing points="10,,"
|
| -CONSOLE ERROR: Error: Problem parsing points="10,,10"
|
| -CONSOLE ERROR: Error: Problem parsing points="10,10,"
|
| -CONSOLE ERROR: Error: Problem parsing points="10,10a"
|
| -CONSOLE ERROR: Error: Problem parsing points=",10"
|
| -CONSOLE ERROR: Error: Problem parsing points=",10,"
|
| -CONSOLE ERROR: Error: Problem parsing points=",10,,"
|
| -CONSOLE ERROR: Error: Problem parsing points=",10,10"
|
| +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"
|
| This tests the parser for points attribute values.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|