| Index: third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
|
| index 608296262b6fccea94c353137f6259c7215025da..2b42215794d77b697f3670bcb8a19b019b410838 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
|
| @@ -1,7 +1,7 @@
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="80,200 80,300 150,250 80,200 250"
|
| -CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="180,200 180,300 250,250 180,200 250"
|
| -CONSOLE ERROR: Error: Invalid value for <polygon> attribute points="80,60 80,160 150,110 80"
|
| -CONSOLE ERROR: Error: Invalid value for <polygon> attribute points="180,60 180,160 250,110 180"
|
| +CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "…0,250 80,200 250".
|
| +CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "…,250 180,200 250".
|
| +CONSOLE ERROR: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "…0,160 150,110 80".
|
| +CONSOLE ERROR: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "…,160 250,110 180".
|
| Tests whether polygons render up to first parsing error.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|