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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/transformed-pattern-clamp-svg-root-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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/transformed-pattern-clamp-svg-root-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/transformed-pattern-clamp-svg-root-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/transformed-pattern-clamp-svg-root-expected.txt
index 380abfdd59ce38bafd8e3256917ff9ae991307f4..ac0265f66992da5118cf935211fa4ed305878af5 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/transformed-pattern-clamp-svg-root-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/transformed-pattern-clamp-svg-root-expected.txt
@@ -9,5 +9,5 @@ layer at (0,0) size 200x200
LayoutSVGGradientStop {stop} [offset=0.50] [color=#008000]
LayoutSVGGradientStop {stop} [offset=1.00] [color=#008000]
LayoutSVGResourcePattern {pattern} [id="shot"] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse]
- LayoutSVGRect {rect} at (0,0) size 200x200 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00]
- LayoutSVGRect {rect} at (0,0) size 200x200 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-100.00)}] [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="shot"]}] [x=0.00] [y=100.00] [width=200.00] [height=200.00]
+ LayoutSVGRect {rect} at (0,0) size 400x400 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00]
+ LayoutSVGRect {rect} at (0,100) size 200x200 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,-100.00)}] [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="shot"]}] [x=0.00] [y=100.00] [width=200.00] [height=200.00]

Powered by Google App Engine
This is Rietveld 408576698