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

Side by Side Diff: LayoutTests/svg/filters/shadow-on-filter-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 (50,50) size 480x480 4 LayoutSVGRoot {svg} at (50,50) size 480x480
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBounding Box] [primitiveUnits=objectBoundingBox] 6 LayoutSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBounding Box] [primitiveUnits=objectBoundingBox]
7 [feGaussianBlur stdDeviation="0.01, 0.01"] 7 [feGaussianBlur stdDeviation="0.01, 0.01"]
8 [feComposite operation="OVER"] 8 [feComposite operation="OVER"]
9 [feFlood flood-color="#FF0000" flood-opacity="1.00"] 9 [feFlood flood-color="#FF0000" flood-opacity="1.00"]
10 [feFlood flood-color="#008000" flood-opacity="1.00"] 10 [feFlood flood-color="#008000" flood-opacity="1.00"]
11 LayoutSVGRect {rect} at (50,50) size 480x480 [fill={[type=SOLID] [color=#008 000]}] [x=200.00] [y=200.00] [width=300.00] [height=300.00] 11 LayoutSVGRect {rect} at (50,50) size 480x480 [fill={[type=SOLID] [color=#008 000]}] [x=200.00] [y=200.00] [width=300.00] [height=300.00]
12 [filter="filter"] LayoutSVGResourceFilter {filter} at (50,50) size 480x480 12 [filter="filter"] LayoutSVGResourceFilter {filter} at (50,50) size 480x480
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698