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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/gradient-stroke-width-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/gradient-stroke-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/gradient-stroke-width-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/gradient-stroke-width-expected.txt
index bc08e2c065d702596c9117324c61874b7def0c87..df48867c19120f56ee1ee7a34f2a26cc422e1cbc 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/gradient-stroke-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/gradient-stroke-width-expected.txt
@@ -11,5 +11,5 @@ layer at (0,0) size 200x500
LayoutSVGGradientStop {stop} [offset=1.00] [color=#BD1F1845]
LayoutSVGResourceRadialGradient {radialGradient} [id="red-radial-grad"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
LayoutSVGResourceLinearGradient {linearGradient} [id="border-grad"] [gradientUnits=objectBoundingBox] [start=(0.05,0.95)] [end=(0.95,0.05)]
- LayoutSVGEllipse {circle} at (45,45) size 110x110 [stroke={[type=LINEAR-GRADIENT] [id="border-grad"] [stroke width=10.00]}] [fill={[type=RADIAL-GRADIENT] [id="red-radial-grad"]}] [cx=100.00] [cy=100.00] [r=50.00]
- LayoutSVGEllipse {circle} at (32,32) size 30x30 [stroke={[type=LINEAR-GRADIENT] [id="border-grad"] [stroke width=10.00]}] [fill={[type=RADIAL-GRADIENT] [id="red-radial-grad"]}] [cx=47.00] [cy=47.00] [r=10.00]
+ LayoutSVGEllipse {circle} at (50,50) size 100x100 [stroke={[type=LINEAR-GRADIENT] [id="border-grad"] [stroke width=10.00]}] [fill={[type=RADIAL-GRADIENT] [id="red-radial-grad"]}] [cx=100.00] [cy=100.00] [r=50.00]
+ LayoutSVGEllipse {circle} at (37,37) size 20x20 [stroke={[type=LINEAR-GRADIENT] [id="border-grad"] [stroke width=10.00]}] [fill={[type=RADIAL-GRADIENT] [id="red-radial-grad"]}] [cx=47.00] [cy=47.00] [r=10.00]

Powered by Google App Engine
This is Rietveld 408576698