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