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