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