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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/resource-invalidate-on-target-update-expected.txt

Issue 208323007: Fix getBBox() returning (0,0) bug when width or height is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@myzbackup
Patch Set: Created 6 years, 9 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
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 (0,10) size 121x350 4 RenderSVGRoot {svg} at (0,10) size 121x350
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBounding Box] [primitiveUnits=userSpaceOnUse] 6 RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBounding Box] [primitiveUnits=userSpaceOnUse]
7 [feComposite operation="OVER"] 7 [feComposite operation="OVER"]
8 [SourceGraphic] 8 [SourceGraphic]
9 [feGaussianBlur stdDeviation="4.00, 4.00"] 9 [feGaussianBlur stdDeviation="4.00, 4.00"]
10 [SourceAlpha] 10 [SourceAlpha]
11 RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=objectBound ingBox] 11 RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=objectBound ingBox]
12 RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=# 000000]}] [cx=0.50] [cy=0.50] [r=0.50] 12 RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=# 000000]}] [cx=0.50] [cy=0.50] [r=0.50]
13 RenderSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [ maskContentUnits=objectBoundingBox] 13 RenderSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [ maskContentUnits=objectBoundingBox]
14 RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=# FFFFFF]}] [cx=0.50] [cy=0.50] [r=0.50] 14 RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=# FFFFFF]}] [cx=0.50] [cy=0.50] [r=0.50]
15 RenderSVGContainer {g} at (0,10) size 121x350 15 RenderSVGContainer {g} at (0,10) size 121x350
16 RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#0 08000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00] 16 RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#0 08000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
17 [masker="mask"] RenderSVGResourceMasker {mask} at (10,10) size 100x100 17 [masker="mask"] RenderSVGResourceMasker {mask} at (0,0) size 120x120
18 RenderSVGRect {rect} at (10,130) size 100x100 [fill={[type=SOLID] [color=# 008000]}] [x=10.00] [y=130.00] [width=100.00] [height=100.00] 18 RenderSVGRect {rect} at (10,130) size 100x100 [fill={[type=SOLID] [color=# 008000]}] [x=10.00] [y=130.00] [width=100.00] [height=100.00]
19 [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (10,130) size 1 00x100 19 [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-40,80) size 2 00x200
20 RenderSVGRect {rect} at (0,240) size 121x120 [fill={[type=SOLID] [color=#0 08000]}] [x=10.00] [y=250.00] [width=100.00] [height=100.00] 20 RenderSVGRect {rect} at (0,240) size 121x120 [fill={[type=SOLID] [color=#0 08000]}] [x=10.00] [y=250.00] [width=100.00] [height=100.00]
21 [filter="filter"] RenderSVGResourceFilter {filter} at (0,240) size 120x1 20 21 [filter="filter"] RenderSVGResourceFilter {filter} at (0,240) size 120x1 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698