Index: third_party/WebKit/LayoutTests/svg/custom/invalid-length-units-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units-expected.txt |
index df412090c21409591ff55f0ade63d53479e5ec14..432a96b2ea083d88966e8084c3c8b0da06829332 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/invalid-length-units-expected.txt |
@@ -1,11 +1,11 @@ |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, " ". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "foo". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "10foo". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "px". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "10 % ". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "10 %". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "10 px ". |
-CONSOLE ERROR: Error: <rect> attribute x: Expected length, "10 px". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, " ". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "foo". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "10foo". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "px". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "10 % ". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "10 %". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "10 px ". |
+CONSOLE ERROR: line 1: Error: <rect> attribute x: Expected length, "10 px". |
Tests handling of invalid SVG length units. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |