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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt

Issue 1616063002: Auto-rebaseline for r370479 (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/platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt
index 9e6401db3bc98d5f77a48f26fb6245a1fd2ee177..244a2e74f94840958065c52c9e59aa17906b50cf 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt
@@ -1,9 +1,9 @@
-CONSOLE ERROR: line 20: Error: Invalid value for <svg> attribute preserveAspectRatio="defer"
-CONSOLE ERROR: line 23: Error: Invalid value for <svg> attribute preserveAspectRatio="defer meet"
-CONSOLE ERROR: line 26: Error: Invalid value for <svg> attribute preserveAspectRatio="defer xMidYMid meet a"
-CONSOLE ERROR: line 29: Error: Invalid value for <svg> attribute preserveAspectRatio="defer 1 xMidYMid meet"
-CONSOLE ERROR: line 32: Error: Invalid value for <svg> attribute preserveAspectRatio="defer , xMidYMid meet"
-CONSOLE ERROR: line 39: Error: Invalid value for <svg> attribute preserveAspectRatio="defer xMidYMid meet"
+CONSOLE ERROR: line 20: Error: <svg> attribute preserveAspectRatio: Unrecognized enumerated value, "defer".
+CONSOLE ERROR: line 23: Error: <svg> attribute preserveAspectRatio: Unrecognized enumerated value, "defer meet".
+CONSOLE ERROR: line 26: Error: <svg> attribute preserveAspectRatio: Unrecognized enumerated value, "defer xMidYMid m…".
+CONSOLE ERROR: line 29: Error: <svg> attribute preserveAspectRatio: Unrecognized enumerated value, "defer 1 xMidYMid…".
+CONSOLE ERROR: line 32: Error: <svg> attribute preserveAspectRatio: Unrecognized enumerated value, "defer , xMidYMid…".
+CONSOLE ERROR: line 39: Error: <svg> attribute preserveAspectRatio: Unrecognized enumerated value, "defer xMidYMid m…".
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600

Powered by Google App Engine
This is Rietveld 408576698