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

Side by Side Diff: LayoutTests/svg/filters/feGaussianBlur-zero-deviation-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderSVGRoot {svg} at (49,19) size 12x32 4 LayoutSVGRoot {svg} at (49,19) size 12x32
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceFilter {filter} [id="f1"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse] 6 LayoutSVGResourceFilter {filter} [id="f1"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
7 [feGaussianBlur stdDeviation="1.00, 0.00"] 7 [feGaussianBlur stdDeviation="1.00, 0.00"]
8 [SourceGraphic] 8 [SourceGraphic]
9 LayoutSVGResourceFilter {filter} [id="f2"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse] 9 LayoutSVGResourceFilter {filter} [id="f2"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
10 [feGaussianBlur stdDeviation="0.00, 1.00"] 10 [feGaussianBlur stdDeviation="0.00, 1.00"]
11 [SourceGraphic] 11 [SourceGraphic]
12 LayoutSVGRect {rect} at (49,19) size 12x12 [fill={[type=SOLID] [color=#00800 0]}] [x=50.00] [y=20.00] [width=10.00] [height=10.00] 12 LayoutSVGRect {rect} at (49,19) size 12x12 [fill={[type=SOLID] [color=#00800 0]}] [x=50.00] [y=20.00] [width=10.00] [height=10.00]
13 [filter="f1"] LayoutSVGResourceFilter {filter} at (49,19) size 12x12 13 [filter="f1"] LayoutSVGResourceFilter {filter} at (49,19) size 12x12
14 LayoutSVGRect {rect} at (49,39) size 12x12 [fill={[type=SOLID] [color=#00800 0]}] [x=50.00] [y=40.00] [width=10.00] [height=10.00] 14 LayoutSVGRect {rect} at (49,39) size 12x12 [fill={[type=SOLID] [color=#00800 0]}] [x=50.00] [y=40.00] [width=10.00] [height=10.00]
15 [filter="f2"] LayoutSVGResourceFilter {filter} at (49,39) size 12x12 15 [filter="f2"] LayoutSVGResourceFilter {filter} at (49,39) size 12x12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698