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

Side by Side Diff: LayoutTests/svg/filters/filter-clip-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 (20,20) size 100x100 4 LayoutSVGRoot {svg} at (20,20) size 100x100
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [ maskContentUnits=userSpaceOnUse] 6 LayoutSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [ maskContentUnits=userSpaceOnUse]
7 LayoutSVGRect {rect} at (0,0) size 140x140 [fill={[type=SOLID] [color=#0 08000]}] [x=0.00] [y=0.00] [width=140.00] [height=140.00] 7 LayoutSVGRect {rect} at (0,0) size 140x140 [fill={[type=SOLID] [color=#0 08000]}] [x=0.00] [y=0.00] [width=140.00] [height=140.00]
8 LayoutSVGEllipse {circle} at (30,30) size 80x80 [fill={[type=SOLID] [col or=#FFFF00]}] [cx=70.00] [cy=70.00] [r=40.00] 8 LayoutSVGEllipse {circle} at (30,30) size 80x80 [fill={[type=SOLID] [col or=#FFFF00]}] [cx=70.00] [cy=70.00] [r=40.00]
9 LayoutSVGResourceFilter {filter} [id="blur"] [filterUnits=objectBoundingBo x] [primitiveUnits=userSpaceOnUse] 9 LayoutSVGResourceFilter {filter} [id="blur"] [filterUnits=objectBoundingBo x] [primitiveUnits=userSpaceOnUse]
10 [feGaussianBlur stdDeviation="10.00, 10.00"] 10 [feGaussianBlur stdDeviation="10.00, 10.00"]
11 [SourceGraphic] 11 [SourceGraphic]
12 LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use] 12 LayoutSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=userSpaceOn Use]
13 LayoutSVGEllipse {circle} at (20,20) size 100x100 [fill={[type=SOLID] [c olor=#000000]}] [cx=70.00] [cy=70.00] [r=50.00] 13 LayoutSVGEllipse {circle} at (20,20) size 100x100 [fill={[type=SOLID] [c olor=#000000]}] [cx=70.00] [cy=70.00] [r=50.00]
14 LayoutSVGRect {rect} at (20,20) size 100x100 [fill={[type=SOLID] [color=#008 000]}] [x=20.00] [y=20.00] [width=100.00] [height=100.00] 14 LayoutSVGRect {rect} at (20,20) size 100x100 [fill={[type=SOLID] [color=#008 000]}] [x=20.00] [y=20.00] [width=100.00] [height=100.00]
15 [masker="mask"] LayoutSVGResourceMasker {mask} at (10,10) size 120x120 15 [masker="mask"] LayoutSVGResourceMasker {mask} at (10,10) size 120x120
16 [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (20,20) size 100x 100 16 [clipPath="clip"] LayoutSVGResourceClipper {clipPath} at (20,20) size 100x 100
17 [filter="blur"] LayoutSVGResourceFilter {filter} at (0,0) size 140x140 17 [filter="blur"] LayoutSVGResourceFilter {filter} at (0,0) size 140x140
OLDNEW
« no previous file with comments | « LayoutTests/svg/filters/fecomposite-two-regions-expected.txt ('k') | LayoutTests/svg/filters/filter-empty-g-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698