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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/feGaussianBlur-subregion-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/filters/feGaussianBlur-subregion-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feGaussianBlur-subregion-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feGaussianBlur-subregion-expected.txt
index 1e4332d34f20422baae0646069e34b8beadcb792..ea0682067ead1096511632b15ec9ac8902ab002b 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/feGaussianBlur-subregion-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/feGaussianBlur-subregion-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 100x100
- LayoutSVGRoot {svg} at (0,0) size 70x70
+ LayoutSVGRoot {svg} at (0,0) size 100x100
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="Blur"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feComposite operation="OVER"]
@@ -9,5 +9,5 @@ layer at (0,0) size 100x100
[feGaussianBlur stdDeviation="10.00, 10.00"]
[feColorMatrix type="MATRIX" values="0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00"]
[SourceGraphic]
- LayoutSVGRect {rect} at (0,0) size 70x70 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=40.00] [height=40.00]
+ LayoutSVGRect {rect} at (10,10) size 40x40 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=40.00] [height=40.00]
[filter="Blur"] LayoutSVGResourceFilter {filter} at (-10,-10) size 80x80

Powered by Google App Engine
This is Rietveld 408576698