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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/feImage-reference-svg-primitive-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/feImage-reference-svg-primitive-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-reference-svg-primitive-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-reference-svg-primitive-expected.txt
index 28df2e28bcc322486f22e50600000337da803351..a0240f65374a7906de53435741fb399e15704bb0 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/feImage-reference-svg-primitive-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-reference-svg-primitive-expected.txt
@@ -1,14 +1,14 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (85,0) size 330x315
- LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGHiddenContainer {defs} at (-100,-100) size 200x200
LayoutSVGResourceFilter {filter} [id="image"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feImage image-size="200x200"]
LayoutSVGResourceFilter {filter} [id="flood"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feFlood flood-color="#008000" flood-opacity="1.00"]
- LayoutSVGEllipse {circle} at (0,0) size 250x150 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.00] [cy=0.00] [r=100.00]
- LayoutSVGRect {rect} at (85,0) size 180x165 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ LayoutSVGEllipse {circle} at (-100,-100) size 200x200 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.00] [cy=0.00] [r=100.00]
+ LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
[filter="image"] LayoutSVGResourceFilter {filter} at (-10,-10) size 120x120
- LayoutSVGRect {rect} at (235,135) size 180x180 [fill={[type=SOLID] [color=#000000]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00]
+ LayoutSVGRect {rect} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=100.00] [y=100.00] [width=100.00] [height=100.00]
[filter="flood"] LayoutSVGResourceFilter {filter} at (90,90) size 120x120

Powered by Google App Engine
This is Rietveld 408576698