Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1367)

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/invalid-length-units-expected.txt

Issue 1631013003: Auto-rebaseline for r371288 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 dff7a6fd886afb086f2400dafebb0b53c68a80da..df412090c21409591ff55f0ade63d53479e5ec14 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: Invalid value for <rect> attribute x=" "
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="foo"
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10foo"
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="px"
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 % "
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 %"
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 px "
-CONSOLE ERROR: Error: Invalid value for <rect> attribute x="10 px"
+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".
Tests handling of invalid SVG length units.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698