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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-10-b-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/platform/linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
index 0e612f60051e1a035b3a29e6e076d50636f4b9e7..c9bf24cdadd29dd53cda11d60214378afa82ab6d 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt
@@ -3,31 +3,31 @@ layer at (0,0) size 480x360
layer at (0,0) size 480x360
LayoutSVGRoot {svg} at (0,0) size 480x360
LayoutSVGContainer {g} at (10,11) size 460x267
- LayoutSVGText {text} at (10,11) size 199x17 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 199x17
+ LayoutSVGText {text} at (10,11) size 198.33x17 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,11) size 198.33x17
chunk 1 text run 1 at (10.00,25.00) startOffset 0 endOffset 30 width 198.34: "Testing spreadMethod attribute"
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradientUnits=objectBoundingBox] [start=(0.40,0)] [end=(0.60,0)]
LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
LayoutSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
LayoutSVGRect {rect} at (10,35) size 460x55 [fill={[type=LINEAR-GRADIENT] [id="Grad1"]}] [x=10.00] [y=35.00] [width=460.00] [height=55.00]
LayoutSVGText {text} at (10,93) size 107x15 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 107x15
+ LayoutSVGInlineText {#text} at (10,93) size 107x15
chunk 1 text run 1 at (10.00,105.00) startOffset 0 endOffset 16 width 107.00: "spreadMethod=pad"
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad2"] [gradientUnits=objectBoundingBox] [spreadMethod=REFLECT] [start=(0.40,0)] [end=(0.60,0)]
LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
LayoutSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
LayoutSVGRect {rect} at (10,120) size 460x55 [fill={[type=LINEAR-GRADIENT] [id="Grad2"]}] [x=10.00] [y=120.00] [width=460.00] [height=55.00]
LayoutSVGText {text} at (10,178) size 119x15 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 119x15
+ LayoutSVGInlineText {#text} at (10,178) size 119x15
chunk 1 text run 1 at (10.00,190.00) startOffset 0 endOffset 20 width 119.00: "spreadMethod=reflect"
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad3"] [gradientUnits=objectBoundingBox] [spreadMethod=REPEAT] [start=(0.40,0)] [end=(0.60,0)]
LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
LayoutSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
LayoutSVGRect {rect} at (10,205) size 460x55 [fill={[type=LINEAR-GRADIENT] [id="Grad3"]}] [x=10.00] [y=205.00] [width=460.00] [height=55.00]
LayoutSVGText {text} at (10,263) size 121x15 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 121x15
+ LayoutSVGInlineText {#text} at (10,263) size 121x15
chunk 1 text run 1 at (10.00,275.00) startOffset 0 endOffset 19 width 121.00: "spreadMethod=repeat"
LayoutSVGText {text} at (10,304) size 261x46 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 261x46
+ LayoutSVGInlineText {#text} at (10,304) size 261x46
chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 261.00: "$Revision: 1.7 $"
- LayoutSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
+ LayoutSVGRect {rect} at (1,1) size 478x358 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]

Powered by Google App Engine
This is Rietveld 408576698