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

Unified Diff: LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt

Issue 664433002: [SVG] Move negative viewBox width/height reporting to SVGAnimatedViewBoxRect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: || Created 6 years, 2 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/svg/SVGFitToViewBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt b/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
index aff2600b0d2f296d4b9ce904dff4d6e9fb916187..67963f71114a0f6f292e823f9cc443a741fe67f6 100644
--- a/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/viewbox-syntax-expected.txt
@@ -4,8 +4,8 @@ CONSOLE ERROR: line 26: Error: Invalid value for <svg> attribute viewBox="0 0 30
CONSOLE ERROR: line 29: Error: Invalid value for <svg> attribute viewBox="0 0 30 40 50"
CONSOLE ERROR: line 32: Error: Invalid value for <svg> attribute viewBox="0 0 30 40,"
CONSOLE ERROR: line 35: Error: Invalid value for <svg> attribute viewBox=",0 0 30 40"
-CONSOLE ERROR: line 38: Error: A negative value for ViewBox width is not allowed
-CONSOLE ERROR: line 41: Error: A negative value for ViewBox height is not allowed
+CONSOLE ERROR: line 38: Error: Invalid negative value for <svg> attribute viewBox="0 0 -30 40"
+CONSOLE ERROR: line 41: Error: Invalid negative value for <svg> attribute viewBox="0 0 30 -40"
CONSOLE ERROR: line 44: Error: Invalid value for <svg> attribute viewBox="0 0 30, , 40"
CONSOLE ERROR: line 47: Error: Invalid value for <svg> attribute viewBox="0 0 30% 40"
layer at (0,0) size 800x600
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/svg/SVGFitToViewBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698