| Index: third_party/WebKit/LayoutTests/svg/custom/keyTimes-parsing-error-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/keyTimes-parsing-error-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/keyTimes-parsing-error-expected.txt
|
| index ab2eaa166778a42f3224e1e61d9c9d22dc41eae1..677ca645c6211b8e846bb862c9ffb8555b2c3549 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/keyTimes-parsing-error-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/keyTimes-parsing-error-expected.txt
|
| @@ -1,5 +1,5 @@
|
| -CONSOLE ERROR: Error: <animate> attribute keyTimes: Invalid value, ";;".
|
| -CONSOLE ERROR: Error: <animate> attribute keyTimes: Invalid value, "0;.25;.5;1;;".
|
| +CONSOLE ERROR: line 4: Error: <animate> attribute keyTimes: Invalid value, ";;".
|
| +CONSOLE ERROR: line 5: Error: <animate> attribute keyTimes: Invalid value, "0;.25;.5;1;;".
|
| Tests parsing of keyTimes attribute.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|