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