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

Unified Diff: LayoutTests/platform/linux/svg/custom/absolute-root-position-masking-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/absolute-root-position-masking-expected.txt
diff --git a/LayoutTests/svg/custom/absolute-root-position-masking-expected.txt b/LayoutTests/platform/linux/svg/custom/absolute-root-position-masking-expected.txt
similarity index 89%
copy from LayoutTests/svg/custom/absolute-root-position-masking-expected.txt
copy to LayoutTests/platform/linux/svg/custom/absolute-root-position-masking-expected.txt
index 6a2a7a95c489c3dbae1e1d7751afc86cd2099344..9f0ef959bcec472c3daed13310ad1651d5f9b53c 100644
--- a/LayoutTests/svg/custom/absolute-root-position-masking-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/absolute-root-position-masking-expected.txt
@@ -4,8 +4,8 @@ layer at (0,0) size 800x0
RenderBlock {html} at (0,0) size 800x0
RenderBody {body} at (0,0) size 800x0
layer at (0,100) size 300x300
- RenderSVGRoot {svg:svg} at (200,300) size 100x100
- RenderSVGEllipse {svg:circle} at (200,300) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [cx=300.00] [cy=300.00] [r=100.00]
+ RenderSVGRoot {svg:svg} at (199,299) size 101x101
+ RenderSVGEllipse {svg:circle} at (199,299) size 101x101 [fill={[type=SOLID] [color=#0000FF]}] [cx=300.00] [cy=300.00] [r=100.00]
[masker="mask"] RenderSVGResourceMasker {svg:mask} at (180,180) size 420x420
RenderSVGHiddenContainer {svg:defs} at (0,0) size 0x0
RenderSVGResourcePattern {svg:pattern} [id="pattern"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]

Powered by Google App Engine
This is Rietveld 408576698