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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-offset-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/feColorMatrix-offset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-offset-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-offset-expected.txt
index b474e128eb32581538874b80aa47a6451c330d1b..ecd284ba9820f293147b1783e82cabca9c474660 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-offset-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/feColorMatrix-offset-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 400x400
- LayoutSVGRoot {svg} at (5,5) size 180x60
+ LayoutSVGRoot {svg} at (0,0) size 400x400
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="offset1"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.20 0.00 1.00 0.00 0.00 0.20 0.00 0.00 1.00 0.00 0.50 0.00 0.00 0.00 1.00 0.00"]
@@ -12,9 +12,9 @@ layer at (0,0) size 400x400
LayoutSVGResourceFilter {filter} [id="offset3"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feColorMatrix type="MATRIX" values="0.00 0.00 0.00 0.00 0.50 0.00 0.30 0.00 0.00 0.40 0.00 0.00 1.00 0.00 -0.50 0.00 0.00 0.00 0.20 0.50"]
[SourceGraphic]
- LayoutSVGRect {rect} at (5,5) size 60x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=10.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (10,10) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=10.00] [width=50.00] [height=50.00]
[filter="offset1"] LayoutSVGResourceFilter {filter} at (5,5) size 60x60
- LayoutSVGRect {rect} at (65,5) size 60x60 [fill={[type=SOLID] [color=#FFFFFF]}] [x=70.00] [y=10.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (70,10) size 50x50 [fill={[type=SOLID] [color=#FFFFFF]}] [x=70.00] [y=10.00] [width=50.00] [height=50.00]
[filter="offset2"] LayoutSVGResourceFilter {filter} at (65,5) size 60x60
- LayoutSVGRect {rect} at (125,5) size 60x60 [fill={[type=SOLID] [color=#FFFFFF]}] [x=130.00] [y=10.00] [width=50.00] [height=50.00]
+ LayoutSVGRect {rect} at (130,10) size 50x50 [fill={[type=SOLID] [color=#FFFFFF]}] [x=130.00] [y=10.00] [width=50.00] [height=50.00]
[filter="offset3"] LayoutSVGResourceFilter {filter} at (125,5) size 60x60

Powered by Google App Engine
This is Rietveld 408576698