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

Unified Diff: LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-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/object-sizing-no-width-height-change-content-box-size-expected.txt
diff --git a/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt b/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
similarity index 92%
copy from LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
copy to LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
index fa5c31cfbc15157d23f832589383960cd34318cd..cf1ba8e6518e62b17799e7f0de0acaff84a4137f 100644
--- a/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
+++ b/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt
@@ -10,5 +10,5 @@ layer at (0,0) size 800x418
layer at (0,0) size 400x400
RenderSVGRoot {svg} at (0,0) size 400x400
RenderSVGRect {rect} at (0,0) size 400x400 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
- RenderSVGEllipse {circle} at (160,160) size 80x80 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
+ RenderSVGEllipse {circle} at (159,159) size 82x82 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698