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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/rect-gradient-stroke-shadow-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/css/rect-gradient-stroke-shadow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/css/rect-gradient-stroke-shadow-expected.txt b/third_party/WebKit/LayoutTests/svg/css/rect-gradient-stroke-shadow-expected.txt
index 8a3b3b0aba02ab85f1b62c07ea07acde39d62ac0..52d233399341434f75020e5703f43d444c06adde 100644
--- a/third_party/WebKit/LayoutTests/svg/css/rect-gradient-stroke-shadow-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/css/rect-gradient-stroke-shadow-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (70,70) size 600x530
+ LayoutSVGRoot {svg} at (0,0) size 800x600
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
@@ -12,5 +12,5 @@ layer at (0,0) size 800x600
[feGaussianBlur stdDeviation="10.00, 10.00"]
[feOffset dx="75.00" dy="75.00"]
[SourceAlpha]
- LayoutSVGRect {rect} at (70,70) size 600x530 [stroke={[type=LINEAR-GRADIENT] [id="gradient"] [stroke width=50.00]}] [fill={[type=SOLID] [color=#00000000]}] [x=100.00] [y=100.00] [width=300.00] [height=300.00]
+ LayoutSVGRect {rect} at (100,100) size 300x300 [stroke={[type=LINEAR-GRADIENT] [id="gradient"] [stroke width=50.00]}] [fill={[type=SOLID] [color=#00000000]}] [x=100.00] [y=100.00] [width=300.00] [height=300.00]
[filter="shadow"] LayoutSVGResourceFilter {filter} at (70,70) size 600x600

Powered by Google App Engine
This is Rietveld 408576698