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

Unified Diff: LayoutTests/platform/linux/svg/custom/inline-svg-in-xhtml-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/inline-svg-in-xhtml-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/inline-svg-in-xhtml-expected.txt b/LayoutTests/platform/linux/svg/custom/inline-svg-in-xhtml-expected.txt
similarity index 96%
copy from LayoutTests/platform/win/svg/custom/inline-svg-in-xhtml-expected.txt
copy to LayoutTests/platform/linux/svg/custom/inline-svg-in-xhtml-expected.txt
index fd6957f08dc4aa44d71e9ac3807ed43fe4dd580f..aee459ac6b151c252246ee3aa35aa8e9e63b1f41 100644
--- a/LayoutTests/platform/win/svg/custom/inline-svg-in-xhtml-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/inline-svg-in-xhtml-expected.txt
@@ -9,7 +9,7 @@ layer at (49,39) size 720x540
RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFF00]
RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
RenderSVGRect {rect} at (49,39) size 720x540 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGEllipse {circle} at (193,93) size 432x432 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [cx=50.00] [cy=50.00] [r=30.00]
+ RenderSVGEllipse {circle} at (189,89) size 440x440 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [cx=50.00] [cy=50.00] [r=30.00]
layer at (48,38) size 722x542 layerType: foreground only
RenderBody {body} at (48,38) size 722x542 [border: (1px solid #000000)]
RenderBlock {form} at (1,1) size 720x137.59

Powered by Google App Engine
This is Rietveld 408576698