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