Index: third_party/WebKit/LayoutTests/svg/custom/animation-values-parsing-error-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/animation-values-parsing-error-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/animation-values-parsing-error-expected.txt |
index 4e9bc2495d1a071c9b4fd5cfbdcae70c391ebcd9..7e54636628cb38b71f6d6116caa8cb0f99cb167f 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/animation-values-parsing-error-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/animation-values-parsing-error-expected.txt |
@@ -1,6 +1,6 @@ |
-CONSOLE ERROR: Error: <animate> attribute values: Invalid value, ";;". |
-CONSOLE ERROR: Error: <animate> attribute values: Invalid value, "300;255;180;30;;". |
-CONSOLE ERROR: Error: <animate> attribute values: Invalid value, "50%;;;;10%". |
+CONSOLE ERROR: line 4: Error: <animate> attribute values: Invalid value, ";;". |
+CONSOLE ERROR: line 5: Error: <animate> attribute values: Invalid value, "300;255;180;30;;". |
+CONSOLE ERROR: line 7: Error: <animate> attribute values: Invalid value, "50%;;;;10%". |
Tests parsing of values attribute. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |