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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/svg/custom/resource-invalidate-on-target-update-expected.txt
diff --git a/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt b/LayoutTests/platform/linux/svg/custom/resource-invalidate-on-target-update-expected.txt
similarity index 85%
copy from LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt
copy to LayoutTests/platform/linux/svg/custom/resource-invalidate-on-target-update-expected.txt
index 1a49b7ee71469f3cd9923b7a0d3641d0b435a871..ef88073d65ebe259364e984280ed83d58174389d 100644
--- a/LayoutTests/svg/custom/resource-invalidate-on-target-update-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/resource-invalidate-on-target-update-expected.txt
@@ -9,13 +9,13 @@ layer at (0,0) size 800x600
[feGaussianBlur stdDeviation="4.00, 4.00"]
[SourceAlpha]
RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=objectBoundingBox]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.50] [cy=0.50] [r=0.50]
+ RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.50] [cy=0.50] [r=0.50]
RenderSVGResourceMasker {mask} [id="mask"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
- RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=0.50] [cy=0.50] [r=0.50]
+ RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [cx=0.50] [cy=0.50] [r=0.50]
RenderSVGContainer {g} at (0,10) size 121x350
RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
- [masker="mask"] RenderSVGResourceMasker {mask} at (10,10) size 100x100
+ [masker="mask"] RenderSVGResourceMasker {mask} at (0,0) size 120x120
RenderSVGRect {rect} at (10,130) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=130.00] [width=100.00] [height=100.00]
- [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (10,130) size 100x100
+ [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (-40,80) size 200x200
RenderSVGRect {rect} at (0,240) size 121x120 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=250.00] [width=100.00] [height=100.00]
[filter="filter"] RenderSVGResourceFilter {filter} at (0,240) size 120x120

Powered by Google App Engine
This is Rietveld 408576698