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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/path-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/path-gradient-stroke-shadow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/css/path-gradient-stroke-shadow-expected.txt b/third_party/WebKit/LayoutTests/svg/css/path-gradient-stroke-shadow-expected.txt
index 2240f9398f4c620462e6b330c3bd8cbedfaa7b44..3dd7fdb41c6adca41e3b2801f523eac2b62cef64 100644
--- a/third_party/WebKit/LayoutTests/svg/css/path-gradient-stroke-shadow-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/css/path-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]
- LayoutSVGPath {path} at (70,70) size 600x530 [stroke={[type=LINEAR-GRADIENT] [id="gradient"] [stroke width=50.00]}] [fill={[type=SOLID] [color=#00000000]}] [data="M 100 100 L 400 100 L 400 400 L 100 400 Z"]
+ LayoutSVGPath {path} at (100,100) size 300x300 [stroke={[type=LINEAR-GRADIENT] [id="gradient"] [stroke width=50.00]}] [fill={[type=SOLID] [color=#00000000]}] [data="M 100 100 L 400 100 L 400 400 L 100 400 Z"]
[filter="shadow"] LayoutSVGResourceFilter {filter} at (70,70) size 600x600

Powered by Google App Engine
This is Rietveld 408576698